summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-17 02:56:53 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:35 -0400
commite43f54f24936a0fd93ae9dba8a163982ede0e1ab (patch)
tree49524c2bccb740f362c25eebce6c7808e8a74222 /amount.h
parente7f9486f6e524947a29b8e7d20bc834a240a3b23 (diff)
downloadfork-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.h2
1 files changed, 1 insertions, 1 deletions
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