diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:20:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:42 -0400 |
commit | 48b46a23b183fc576f7e999a166d1e130233032c (patch) | |
tree | 5d3b645149d473a2638431450e73efcc0905e921 /src/session.h | |
parent | 8e20c378d6ee6eb36f8c6866f8c9ec52f8600c58 (diff) | |
download | fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.tar.gz fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.tar.bz2 fork-ledger-48b46a23b183fc576f7e999a166d1e130233032c.zip |
Disabled compiler warnings from icc.
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h index 4693cacf..40fb5c4a 100644 --- a/src/session.h +++ b/src/session.h @@ -153,7 +153,7 @@ class session_t : public xml::xpath_t::scope_t account_t * master = NULL, const optional<path>& original = optional<path>()); - unsigned int read_journal(const path& path, + unsigned int read_journal(const path& pathname, journal_t * journal, account_t * master = NULL, const optional<path>& original = optional<path>()); |