diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/amount.h b/src/amount.h index faea8b8e..09c9dc49 100644 --- a/src/amount.h +++ b/src/amount.h @@ -399,8 +399,7 @@ public: $100.00. */ optional<amount_t> - value(const bool primary_only = true, - const optional<datetime_t>& moment = none, + value(const optional<datetime_t>& moment = none, const optional<commodity_t&>& in_terms_of = none) const; amount_t price() const; |