diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-29 00:52:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-29 00:52:51 -0400 |
commit | 55f5868380a4917028365256abcfd6d0b5f0a1e4 (patch) | |
tree | 57397e284628ad0a219d3c4948482a756ba19a3b /src/session.h | |
parent | 2b2ffb7787df634aee1681dac7be48e986d34337 (diff) | |
download | fork-ledger-55f5868380a4917028365256abcfd6d0b5f0a1e4.tar.gz fork-ledger-55f5868380a4917028365256abcfd6d0b5f0a1e4.tar.bz2 fork-ledger-55f5868380a4917028365256abcfd6d0b5f0a1e4.zip |
Setting --date-format in ~/.ledgerrc works again
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h index a51cdba6..4955053d 100644 --- a/src/session.h +++ b/src/session.h @@ -84,9 +84,11 @@ public: std::size_t read_journal(std::istream& in, const path& pathname, - account_t * master = NULL); + account_t * master = NULL, + scope_t * scope = NULL); std::size_t read_journal(const path& pathname, - account_t * master = NULL); + account_t * master = NULL, + scope_t * scope = NULL); std::size_t read_data(const string& master_account = ""); |