diff options
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>()); |