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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h
index 3a1c1706c..b8ca646f0 100644
--- a/src/net/ea/gamehandler.h
+++ b/src/net/ea/gamehandler.h
@@ -35,7 +35,7 @@ class GameHandler notfinal : public Net::GameHandler
A_DELETE_COPY(GameHandler)
- void who() const override final A_CONST;
+ void who() const override final;
bool removeDeadBeings() const override final A_WARN_UNUSED
{ return true; }