summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/filters.cc b/src/filters.cc
index 8e8bf1ec..fc924065 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -787,10 +787,9 @@ void forecast_xacts::flush()
item_handler<xact_t>::flush();
}
-pass_down_accounts::pass_down_accounts
- (acct_handler_ptr handler,
- accounts_iterator& iter,
- const optional<item_predicate<account_t> >& predicate)
+pass_down_accounts::pass_down_accounts(acct_handler_ptr handler,
+ accounts_iterator& iter,
+ const optional<item_predicate>& predicate)
: item_handler<account_t>(handler), pred(predicate)
{
TRACE_CTOR(pass_down_accounts,