From 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Apr 2016 20:03:14 +0300 Subject: Remove override keyword, if it present with final. --- src/net/ea/gamehandler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/ea/gamehandler.h') diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h index c18333ab5..da5174e83 100644 --- a/src/net/ea/gamehandler.h +++ b/src/net/ea/gamehandler.h @@ -35,16 +35,16 @@ class GameHandler notfinal : public Net::GameHandler A_DELETE_COPY(GameHandler) - void who() const override final A_CONST; + void who() const final A_CONST; - bool removeDeadBeings() const override final A_WARN_UNUSED + bool removeDeadBeings() const final A_WARN_UNUSED { return true; } static void setMap(const std::string &map); - void clear() const override final; + void clear() const final; - void initEngines() const override final; + void initEngines() const final; }; } // namespace Ea -- cgit v1.2.3-70-g09d2