diff options
Diffstat (limited to 'src/textual.h')
-rw-r--r-- | src/textual.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textual.h b/src/textual.h index 58f0f7a4..e569c81d 100644 --- a/src/textual.h +++ b/src/textual.h @@ -44,7 +44,7 @@ class textual_parser_t : public parser_t virtual unsigned int parse(std::istream& in, journal_t * journal, account_t * master = NULL, - const optional<path>& original = optional<path>()); + const optional<path>& original = none); }; #if 0 |