summaryrefslogtreecommitdiff
path: root/walk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'walk.cc')
-rw-r--r--walk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/walk.cc b/walk.cc
index 5b923a86..88c423ff 100644
--- a/walk.cc
+++ b/walk.cc
@@ -11,7 +11,7 @@ class sum_in_account
};
void calc__accounts(account_t * account,
- item_predicate<transaction_t>& pred_functor,
+ const item_predicate<transaction_t>& pred_functor,
unsigned int flags)
{
sum_in_account functor;