summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/gamehandler.h')
-rw-r--r--src/net/eathena/gamehandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/gamehandler.h b/src/net/eathena/gamehandler.h
index ddbe43c07..c5b20f8e9 100644
--- a/src/net/eathena/gamehandler.h
+++ b/src/net/eathena/gamehandler.h
@@ -45,7 +45,7 @@ class GameHandler final : public Ea::GameHandler
void ping(const int tick) const override final;
- void disconnect2() const override final;
+ void disconnect2() const override final A_CONST;
void mapLoadedEvent() const override final;