summaryrefslogtreecommitdiff
path: root/src/net/ea/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/gamehandler.h')
-rw-r--r--src/net/ea/gamehandler.h8
1 files changed, 4 insertions, 4 deletions
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