summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/journal.h b/src/journal.h
index ff060d76..1b5607cc 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -76,7 +76,9 @@ public:
hooks_t<entry_finalizer_t, entry_t> entry_finalize_hooks;
- journal_t();
+ journal_t(account_t * _master = NULL) : master(_master) {
+ TRACE_CTOR(journal_t, "");
+ }
~journal_t();
// These four methods are delegated to the current session, since all