diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-17 02:56:53 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:35 -0400 |
commit | e43f54f24936a0fd93ae9dba8a163982ede0e1ab (patch) | |
tree | 49524c2bccb740f362c25eebce6c7808e8a74222 /amount.h | |
parent | e7f9486f6e524947a29b8e7d20bc834a240a3b23 (diff) | |
download | fork-ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.gz fork-ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.tar.bz2 fork-ledger-e43f54f24936a0fd93ae9dba8a163982ede0e1ab.zip |
Started adding commodity tests
Diffstat (limited to 'amount.h')
-rw-r--r-- | amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |