diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-30 15:57:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-30 15:57:03 -0400 |
commit | 80f87bc1000c46f7065e42cd6b0abd8a44f57bb4 (patch) | |
tree | 431e6bd992d1c7bd9dcaba9005bbdf5452bdb13f /commodity.h | |
parent | 544f69108bb67148bad160bef4e291e5c7083917 (diff) | |
download | ledger-80f87bc1000c46f7065e42cd6b0abd8a44f57bb4.tar.gz ledger-80f87bc1000c46f7065e42cd6b0abd8a44f57bb4.tar.bz2 ledger-80f87bc1000c46f7065e42cd6b0abd8a44f57bb4.zip |
Corrected a failing test.
Diffstat (limited to 'commodity.h')
-rw-r--r-- | commodity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commodity.h b/commodity.h index 6f837942..94aa6b08 100644 --- a/commodity.h +++ b/commodity.h @@ -53,6 +53,8 @@ class commodity_t public: class base_t : public noncopyable, public supports_flags<> { + base_t(); + public: typedef std::map<const datetime_t, amount_t> history_map; typedef std::pair<const datetime_t, amount_t> history_pair; |