From b8c77348db8b0bf500cb6a13cce75c61a544c500 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:19:01 +0300 Subject: add final keyword to all other files. --- 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 c5fb1e505..48801b274 100644 --- a/src/client.h +++ b/src/client.h @@ -66,7 +66,7 @@ extern int textures_count; class ErrorListener : public gcn::ActionListener { public: - void action(const gcn::ActionEvent &event) override; + void action(const gcn::ActionEvent &event) override final; }; extern std::string errorMessage; @@ -312,9 +312,9 @@ public: static void applyKeyRepeat(); - void optionChanged(const std::string &name) override; + void optionChanged(const std::string &name) override final; - void action(const gcn::ActionEvent &event) override; + void action(const gcn::ActionEvent &event) override final; void initTradeFilter() const; -- cgit v1.2.3-70-g09d2