aboutsummaryrefslogtreecommitdiffstats
path: root/include/systems/dialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/systems/dialog.hpp')
-rw-r--r--include/systems/dialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/systems/dialog.hpp b/include/systems/dialog.hpp
index 407f043..9fd3b90 100644
--- a/include/systems/dialog.hpp
+++ b/include/systems/dialog.hpp
@@ -8,7 +8,7 @@
class DialogSystem : public entityx::System<DialogSystem>, public entityx::Receiver<DialogSystem> {
public:
void configure(entityx::EventManager&);
- void receive(const MouseClickEvent&);
+ bool receive(const MouseClickEvent&);
void update(entityx::EntityManager&, entityx::EventManager&, entityx::TimeDelta) override;
};