From e43f54f24936a0fd93ae9dba8a163982ede0e1ab Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 17 Apr 2007 02:56:53 +0000 Subject: Started adding commodity tests --- amount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amount.h') diff --git a/amount.h b/amount.h index b47a67fd..680bd57f 100644 --- a/amount.h +++ b/amount.h @@ -312,7 +312,7 @@ class amount_t friend void clean_commodity_history(char * item_pool, char * item_pool_end); - friend void parse_annotations(std::istream& in, amount_t& price, + friend bool parse_annotations(std::istream& in, amount_t& price, datetime_t& date, std::string& tag); // Streaming interface -- cgit v1.2.3