summaryrefslogtreecommitdiff
path: root/walk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'walk.cc')
-rw-r--r--walk.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/walk.cc b/walk.cc
index 7a47aab8..8b7c583a 100644
--- a/walk.cc
+++ b/walk.cc
@@ -15,7 +15,7 @@ void sort_transactions::flush()
transactions.clear();
- handler->flush();
+ item_handler<transaction_t>::flush();
}
void calc_transactions::operator()(transaction_t * xact)
@@ -166,6 +166,8 @@ void subtotal_transactions::flush(const char * spec_fmt)
}
balances.clear();
+
+ item_handler<transaction_t>::flush();
}
void subtotal_transactions::operator()(transaction_t * xact)