summaryrefslogtreecommitdiffstats
path: root/src/event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.hpp')
-rw-r--r--src/event.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.hpp b/src/event.hpp
index 8006c23..22834bf 100644
--- a/src/event.hpp
+++ b/src/event.hpp
@@ -30,7 +30,7 @@ class EventBase : public IndexedCallback
IndexedCallback(index) {}
/** @brief Callback interface implementation. */
- void operator()() override
+ void operator()(Context ctx) override
{
for (const auto& n : index)
{
OpenPOWER on IntegriCloud