summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
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,