diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client.h b/src/client.h index 3e1755859..76a98d554 100644 --- a/src/client.h +++ b/src/client.h @@ -64,7 +64,7 @@ extern int textures_count; class ErrorListener : public gcn::ActionListener { public: - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; }; extern std::string errorMessage; @@ -290,9 +290,9 @@ public: static void applyKeyRepeat(); - void optionChanged(const std::string &name); + void optionChanged(const std::string &name) override; - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; void initTradeFilter() const; |