summaryrefslogtreecommitdiff
path: root/src/iterators.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-05-17 17:50:44 -0500
committerJohn Wiegley <johnw@newartisans.com>2015-05-17 17:50:44 -0500
commit7df6a515e244c0d399da2b77e16c248e50a70ed9 (patch)
tree6b3ffbb5271ee7b30afe27d24339551886fe6c2e /src/iterators.cc
parent2e02e0862f1029cf72a8713643dcb7892598e5fa (diff)
downloadfork-ledger-7df6a515e244c0d399da2b77e16c248e50a70ed9.tar.gz
fork-ledger-7df6a515e244c0d399da2b77e16c248e50a70ed9.tar.bz2
fork-ledger-7df6a515e244c0d399da2b77e16c248e50a70ed9.zip
Revert "fix build for boost 1.58"
This reverts commit 68c9d649caa2c7c7f222613efe86576c379a5a7a.
Diffstat (limited to 'src/iterators.cc')
-rw-r--r--src/iterators.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iterators.cc b/src/iterators.cc
index 0225e210..21bec5d9 100644
--- a/src/iterators.cc
+++ b/src/iterators.cc
@@ -96,7 +96,7 @@ namespace {
TRACE_DTOR(create_price_xact);
}
- void operator()(const datetime_t& date, const amount_t& price) {
+ void operator()(datetime_t& date, const amount_t& price) {
xact_t * xact;
string symbol = price.commodity().symbol();