diff options
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h index fe1fe38b..8e9ccd4a 100644 --- a/src/parser.h +++ b/src/parser.h @@ -49,7 +49,7 @@ class parser_t virtual unsigned int parse(std::istream& in, journal_t * journal, account_t * master = NULL, - const optional<path>& original = optional<path>()) = 0; + const optional<path>& original = none) = 0; }; DECLARE_EXCEPTION(parse_error); |