summaryrefslogtreecommitdiff
path: root/src/iterators.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-05-11 09:42:20 -0500
committerJohn Wiegley <johnw@newartisans.com>2015-05-11 09:42:20 -0500
commit2e02e0862f1029cf72a8713643dcb7892598e5fa (patch)
tree1d43be6a3bba7b3c5f631ebf09ac48d6af9cb484 /src/iterators.cc
parentc586e1e494487c43cf6da886739f69bb91a7e15b (diff)
parent68c9d649caa2c7c7f222613efe86576c379a5a7a (diff)
downloadfork-ledger-2e02e0862f1029cf72a8713643dcb7892598e5fa.tar.gz
fork-ledger-2e02e0862f1029cf72a8713643dcb7892598e5fa.tar.bz2
fork-ledger-2e02e0862f1029cf72a8713643dcb7892598e5fa.zip
Merge pull request #417 from kljohann/boost
build fixes for boost 1.58
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 21bec5d9..0225e210 100644
--- a/src/iterators.cc
+++ b/src/iterators.cc
@@ -96,7 +96,7 @@ namespace {
TRACE_DTOR(create_price_xact);
}
- void operator()(datetime_t& date, const amount_t& price) {
+ void operator()(const datetime_t& date, const amount_t& price) {
xact_t * xact;
string symbol = price.commodity().symbol();