From 6b52a1684f6f828b1d0ba5f212523b0086c4eb31 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 19 May 2013 04:16:12 -0500 Subject: Fixed parsing of the "fixed" directive --- src/pool.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pool.h') 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 > - 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, -- cgit v1.2.3