diff options
Diffstat (limited to 'src/net/ea/gamehandler.h')
-rw-r--r-- | src/net/ea/gamehandler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h index da5174e83..c18333ab5 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 final A_CONST; + void who() const override final A_CONST; - bool removeDeadBeings() const final A_WARN_UNUSED + bool removeDeadBeings() const override final A_WARN_UNUSED { return true; } static void setMap(const std::string &map); - void clear() const final; + void clear() const override final; - void initEngines() const final; + void initEngines() const override final; }; } // namespace Ea |