diff options
author | John Wiegley <johnw@newartisans.com> | 2015-05-11 09:42:20 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-05-11 09:42:20 -0500 |
commit | 2e02e0862f1029cf72a8713643dcb7892598e5fa (patch) | |
tree | 1d43be6a3bba7b3c5f631ebf09ac48d6af9cb484 /src/iterators.cc | |
parent | c586e1e494487c43cf6da886739f69bb91a7e15b (diff) | |
parent | 68c9d649caa2c7c7f222613efe86576c379a5a7a (diff) | |
download | fork-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.cc | 2 |
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(); |