diff options
Diffstat (limited to 'amount.h')
-rw-r--r-- | amount.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -606,6 +606,10 @@ class amount_error : public error { virtual ~amount_error() throw() {} }; +struct compare_amount_commodities { + bool operator()(const amount_t * left, const amount_t * right) const; +}; + } // namespace ledger #endif // _AMOUNT_H |