diff options
Diffstat (limited to 'src/net/eathena/charserverhandler.h')
-rw-r--r-- | src/net/eathena/charserverhandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h index a71b43f23..662873e00 100644 --- a/src/net/eathena/charserverhandler.h +++ b/src/net/eathena/charserverhandler.h @@ -64,8 +64,7 @@ class CharServerHandler final : public Ea::CharServerHandler bool isNeedCreatePin() const override final A_WARN_UNUSED; - void setNewPincode(const std::string &pin) const override final - A_CONST; + void setNewPincode(const std::string &pin) const override final; /** * Sets the character create dialog. The handler will clean up this |