diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-13 09:27:26 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:49 -0400 |
commit | 9044bf168ab0d8d6df03034898b1e5a4cb1559e8 (patch) | |
tree | cc5233bf5394f72b1b2cb7aa866cd8b67ff9d346 /src/gnucash.h | |
parent | 994fb346993ddee2eaa4fb57eba2575636012b1a (diff) | |
download | fork-ledger-9044bf168ab0d8d6df03034898b1e5a4cb1559e8.tar.gz fork-ledger-9044bf168ab0d8d6df03034898b1e5a4cb1559e8.tar.bz2 fork-ledger-9044bf168ab0d8d6df03034898b1e5a4cb1559e8.zip |
*** no comment ***
Diffstat (limited to 'src/gnucash.h')
-rw-r--r-- | src/gnucash.h | 2 |
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); }; |