From 21af83013f3b1bae511a61b9e27224ab3de235c1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 30 Apr 2007 11:22:08 +0000 Subject: Did more work on the utility code. --- src/amount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index dcd30b8d..3c8b03f6 100644 --- a/src/amount.h +++ b/src/amount.h @@ -749,7 +749,7 @@ inline commodity_t& amount_t::commodity() const { void parse_conversion(const string& larger_str, const string& smaller_str); -DECLARE_EXCEPTION(amount_exception); +DECLARE_EXCEPTION(amount_error); struct compare_amount_commodities { bool operator()(const amount_t * left, const amount_t * right) const; -- cgit v1.2.3