From e124811d8a31292c06430815683b2e0fe87f7ceb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 22 Feb 2009 04:43:34 -0400 Subject: Added --exchange (-x) option This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD --- src/amount.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/amount.h') 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 - value(const optional& moment = none, + value(const bool primary_only = true, + const optional& moment = none, const optional& in_terms_of = none) const; /*@}*/ -- cgit v1.2.3