diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-04 04:03:32 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-05 05:03:52 -0600 |
commit | e9108783122ae4d775046ced646b14552f1e184d (patch) | |
tree | 4dd6699b86f65f17c93d5d465589fc344c8990fc /src/history.h | |
parent | 48ab6ad1dbab100bb8abd87029a0ca5bc501a3db (diff) | |
download | fork-ledger-e9108783122ae4d775046ced646b14552f1e184d.tar.gz fork-ledger-e9108783122ae4d775046ced646b14552f1e184d.tar.bz2 fork-ledger-e9108783122ae4d775046ced646b14552f1e184d.zip |
Changes to get all the code to compile
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.h b/src/history.h index 486602dd..f94d12c3 100644 --- a/src/history.h +++ b/src/history.h @@ -163,7 +163,7 @@ public: pricemap(get(edge_price_point, price_graph)), ratiomap(get(edge_price_ratio, price_graph)) {} - void add_commodity(const commodity_t& comm); + void add_commodity(commodity_t& comm); void add_price(const commodity_t& source, const datetime_t& when, |