diff options
Diffstat (limited to 'src/eventsmanager.cpp')
-rw-r--r-- | src/eventsmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eventsmanager.cpp b/src/eventsmanager.cpp index a8d3ea582..919c8bdbf 100644 --- a/src/eventsmanager.cpp +++ b/src/eventsmanager.cpp @@ -66,7 +66,7 @@ void EventsManager::init() void EventsManager::shutdown() { - config.removeListeners(this); + config.removeListeners(this); } bool EventsManager::handleCommonEvents(const SDL_Event &event) const |