diff options
Diffstat (limited to 'amount.h')
-rw-r--r-- | amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ class commodity_t; class annotation_t; class commodity_pool_t; -DECLARE_EXCEPTION(error, amount_error); +DECLARE_EXCEPTION(amount_error, std::runtime_error); /** * @class amount_t |