diff options
Diffstat (limited to 'src/predicate.h')
-rw-r--r-- | src/predicate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/predicate.h b/src/predicate.h index c3773c43..9eafa95a 100644 --- a/src/predicate.h +++ b/src/predicate.h @@ -95,7 +95,7 @@ public: } }; -string args_to_predicate_expr(value_t::sequence_t::const_iterator begin, +string args_to_predicate_expr(value_t::sequence_t::const_iterator& begin, value_t::sequence_t::const_iterator end); } // namespace ledger |