summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.h b/src/xml.h
index 8b3fb08a..d36674cc 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -300,7 +300,7 @@ class xml_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);
};
DECLARE_EXCEPTION(parse_error);