aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui_menu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui_menu.hpp')
-rw-r--r--include/ui_menu.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui_menu.hpp b/include/ui_menu.hpp
index cf7ffd6..2cbbefb 100644
--- a/include/ui_menu.hpp
+++ b/include/ui_menu.hpp
@@ -60,7 +60,7 @@ public:
void configure(entityx::EventManager& ev)
{ ev.subscribe<MainSDLEvent>(*this); }
- void receive(const MainSDLEvent& mse);
+ bool receive(const MainSDLEvent& mse);
void update(entityx::EntityManager& en, entityx::EventManager& ev, entityx::TimeDelta dt) override
{ (void)en, (void)ev, (void)dt; }
};