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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h
index a12a918cc..c18333ab5 100644
--- a/src/net/ea/gamehandler.h
+++ b/src/net/ea/gamehandler.h
@@ -40,9 +40,9 @@ class GameHandler notfinal : public Net::GameHandler
bool removeDeadBeings() const override final A_WARN_UNUSED
{ return true; }
- virtual void setMap(const std::string &map);
+ static void setMap(const std::string &map);
- void clear() override final;
+ void clear() const override final;
void initEngines() const override final;
};