From c6303ab9efdb414a1809ec3413264037b31f092e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 19 Jan 2009 22:30:46 -0400 Subject: Fixed the market valuation function for balances. --- src/balance.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/balance.h') diff --git a/src/balance.h b/src/balance.h index d00fadb1..0122e5a3 100644 --- a/src/balance.h +++ b/src/balance.h @@ -377,7 +377,8 @@ public: return *this = temp; } - optional value(const optional& moment = none) const; + optional value(const optional& moment = none, + const optional& in_terms_of = none) const; /** * Truth tests. An balance may be truth test in two ways: -- cgit v1.2.3