summaryrefslogtreecommitdiff
path: root/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'journal.h')
-rw-r--r--journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.h b/journal.h
index 3577ea06..b5228ac4 100644
--- a/journal.h
+++ b/journal.h
@@ -206,7 +206,7 @@ class entry_context : public error_context {
entry_context(const entry_base_t& _entry,
const std::string& desc = "") throw()
- : entry(_entry), error_context(desc) {}
+ : error_context(desc), entry(_entry) {}
virtual ~entry_context() throw() {}
virtual void describe(std::ostream& out) const throw();