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/session.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/session.h')
-rw-r--r-- | src/session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h index 8b72ae42..4027bc95 100644 --- a/src/session.h +++ b/src/session.h @@ -151,12 +151,12 @@ class session_t : public xml::xpath_t::scope_t unsigned int read_journal(std::istream& in, journal_t * journal, account_t * master = NULL, - const optional<path>& original = optional<path>()); + const optional<path>& original = none); unsigned int read_journal(const path& pathname, journal_t * journal, account_t * master = NULL, - const optional<path>& original = optional<path>()); + const optional<path>& original = none); void read_init(); |