summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/report.cc b/src/report.cc
index 933ff306..2f60a6ba 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -113,9 +113,9 @@ void report_t::sum_all_accounts()
expr.set_context(this);
journal_xacts_iterator walker(*session.journal.get());
- pass_down_xacts
- (chain_xact_handlers(*this, xact_handler_ptr(new set_account_value(expr)),
- false), walker);
+ pass_down_xacts(chain_xact_handlers
+ (*this, xact_handler_ptr(new set_account_value(expr))),
+ walker);
expr.mark_uncompiled(); // recompile, throw away xact_t bindings
session.master->calculate_sums(expr);