From 4a5cdfe19cbb50e3b58149c6e91312366ee4b771 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 02:34:48 +0300 Subject: Add override keyword to most overriden methods. --- src/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client.h') 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; -- cgit v1.2.3-70-g09d2