summaryrefslogtreecommitdiffstats
path: root/src/journal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.hpp')
-rw-r--r--src/journal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal.hpp b/src/journal.hpp
index cc74451..d9209af 100644
--- a/src/journal.hpp
+++ b/src/journal.hpp
@@ -31,7 +31,7 @@ class JournalBase : public IndexedCallback
IndexedCallback(index), message(msg) {}
/** @brief Callback interface implementation. */
- void operator()() override;
+ void operator()(Context ctx) override;
private:
/** @brief Delegate type specific calls to subclasses. */
OpenPOWER on IntegriCloud