aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/EventHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/EventHandler.cpp')
-rw-r--r--src/crepe/api/EventHandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/api/EventHandler.cpp b/src/crepe/api/EventHandler.cpp
index 186ec9c..4dc232f 100644
--- a/src/crepe/api/EventHandler.cpp
+++ b/src/crepe/api/EventHandler.cpp
@@ -2,5 +2,4 @@
using namespace crepe;
-// Implementation of IEventHandlerWrapper::exec
-bool IEventHandlerWrapper::exec(const Event & e) { return call(e); }
+bool IEventHandlerWrapper::exec(const Event & e) { return this->call(e); }