summaryrefslogtreecommitdiff
path: root/src/gnucash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnucash.h')
-rw-r--r--src/gnucash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnucash.h b/src/gnucash.h
index 087f18a3..ce46eec7 100644
--- a/src/gnucash.h
+++ b/src/gnucash.h
@@ -93,7 +93,7 @@ struct gnucash_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);
amount_t convert_number(const string& number, int * precision = NULL);
};