summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2013-05-19 04:16:12 -0500
committerJohn Wiegley <johnw@newartisans.com>2013-05-19 04:16:12 -0500
commit6b52a1684f6f828b1d0ba5f212523b0086c4eb31 (patch)
treebb2a9bbbbaf66409599efac6bd23d9465677952c /src/pool.h
parent82345899f76ad35cb979bf8750740d6b9ac8382b (diff)
downloadfork-ledger-6b52a1684f6f828b1d0ba5f212523b0086c4eb31.tar.gz
fork-ledger-6b52a1684f6f828b1d0ba5f212523b0086c4eb31.tar.bz2
fork-ledger-6b52a1684f6f828b1d0ba5f212523b0086c4eb31.zip
Fixed parsing of the "fixed" directive
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pool.h b/src/pool.h
index 1bcb8b65..e6b31a29 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -125,7 +125,8 @@ public:
// Parse commodity prices from a textual representation
optional<std::pair<commodity_t *, price_point_t> >
- parse_price_directive(char * line, bool do_not_add_price = false);
+ parse_price_directive(char * line, bool do_not_add_price = false,
+ bool no_date = false);
commodity_t *
parse_price_expression(const std::string& str,