summaryrefslogtreecommitdiff
path: root/src/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amount.h')
-rw-r--r--src/amount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/amount.h b/src/amount.h
index 730d3569..b6ca6d16 100644
--- a/src/amount.h
+++ b/src/amount.h
@@ -357,7 +357,8 @@ public:
$100.00.
*/
optional<amount_t>
- value(const optional<datetime_t>& moment = none,
+ value(const bool primary_only = true,
+ const optional<datetime_t>& moment = none,
const optional<commodity_t&>& in_terms_of = none) const;
/*@}*/