From 0d73f54f842a9690c65faedf094112017fd07430 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Feb 2014 12:22:47 +0300 Subject: move actionevent into events directory. --- src/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index aedad4569..0e6528ca3 100644 --- a/src/client.h +++ b/src/client.h @@ -60,7 +60,7 @@ extern int textures_count; class ErrorListener : public ActionListener { public: - void action(const gcn::ActionEvent &event) override final; + void action(const ActionEvent &event) override final; }; extern std::string errorMessage; @@ -302,7 +302,7 @@ public: void optionChanged(const std::string &name) override final; - void action(const gcn::ActionEvent &event) override final; + void action(const ActionEvent &event) override final; void initTradeFilter() const; -- cgit v1.2.3-60-g2f50