summaryrefslogtreecommitdiff
path: root/src/predicate.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-02 22:33:43 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-02 22:33:43 -0400
commit710e4792d12bcc073e4396de8930f27dc516ef3e (patch)
treed634349e1d16f9bfd6bf77bb6c55dfdbdc5345b9 /src/predicate.h
parent31d6430c78abce55b40e64be0b99c7ea7f76df44 (diff)
downloadfork-ledger-710e4792d12bcc073e4396de8930f27dc516ef3e.tar.gz
fork-ledger-710e4792d12bcc073e4396de8930f27dc516ef3e.tar.bz2
fork-ledger-710e4792d12bcc073e4396de8930f27dc516ef3e.zip
Added a "show" report query term
Everything beyond the show modifies the --display predicate, and everything before modifies the --limit predicate.
Diffstat (limited to 'src/predicate.h')
-rw-r--r--src/predicate.h2
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