diff options
Diffstat (limited to 'src/Event.hpp')
-rw-r--r-- | src/Event.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Event.hpp b/src/Event.hpp index 4e04a5a..b1594e7 100644 --- a/src/Event.hpp +++ b/src/Event.hpp @@ -79,7 +79,7 @@ public: void HandleAllEvents(); - bool NotEmpty(); + bool Empty(); void RegisterHandler(size_t eventId, const HandlerType &data); |