From d159501993cfd0215f94f0e5e16796558417b681 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 8 May 2008 02:19:44 -0400 Subject: The code is compiling again, but it's far from being able to run yet. --- balance.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'balance.h') diff --git a/balance.h b/balance.h index aeee506f..8141c3b7 100644 --- a/balance.h +++ b/balance.h @@ -275,7 +275,7 @@ public: * amount. That is, a balance of 10m and 1799s will unreduce to * 39.98m. * - * value(optional) returns the total historical value for + * value(optional) returns the total historical value for * a balance -- the default moment returns a value based on the most * recently known price -- based on the price history of its * component commodities. See amount_t::value for an example. @@ -346,7 +346,7 @@ public: return *this = temp; } - optional value(const optional& moment = none) const; + optional value(const optional& moment = none) const; /** * Truth tests. An balance may be truth test in two ways: -- cgit v1.2.3