From 9044bf168ab0d8d6df03034898b1e5a4cb1559e8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 May 2007 09:27:26 +0000 Subject: *** no comment *** --- src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.h') 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& original = optional()) = 0; + const optional& original = none) = 0; }; DECLARE_EXCEPTION(parse_error); -- cgit v1.2.3