diff options
Diffstat (limited to 'src/event.cpp')
-rw-r--r-- | src/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.cpp b/src/event.cpp index 8ac9be189..5a1d673b2 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -118,7 +118,7 @@ void Event::trigger(Channels channel, const Event &event) while (lit != it->second.end()) { if (*lit) - (*lit)->event(channel, event); + (*lit)->processEvent(channel, event); ++lit; } } |