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