diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-07 08:23:22 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-07 08:32:14 -0400 |
commit | c85cf0d810846e6ffc2a45b7283adacc202db30f (patch) | |
tree | b444a914c8551951556a15794a94810d38b62414 /src/commodity.h | |
parent | a4d4f9979486eb82c05bd032e1452c2fd400249f (diff) | |
download | fork-ledger-c85cf0d810846e6ffc2a45b7283adacc202db30f.tar.gz fork-ledger-c85cf0d810846e6ffc2a45b7283adacc202db30f.tar.bz2 fork-ledger-c85cf0d810846e6ffc2a45b7283adacc202db30f.zip |
Fixed the way prices and costs are print'd
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commodity.h b/src/commodity.h index d8aad10d..8fe00a6d 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -273,7 +273,7 @@ public: virtual commodity_t& strip_annotations(const keep_details_t&) { return *this; } - virtual void write_annotations(std::ostream&) const {} + virtual void write_annotations(std::ostream&, bool) const {} commodity_pool_t& pool() const { return *parent_; |