summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-04 04:03:32 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-05 05:03:52 -0600
commite9108783122ae4d775046ced646b14552f1e184d (patch)
tree4dd6699b86f65f17c93d5d465589fc344c8990fc /src/history.h
parent48ab6ad1dbab100bb8abd87029a0ca5bc501a3db (diff)
downloadfork-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.h2
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,