diff options
Diffstat (limited to 'src/net/eathena/battlegroundhandler.h')
-rw-r--r-- | src/net/eathena/battlegroundhandler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/eathena/battlegroundhandler.h b/src/net/eathena/battlegroundhandler.h index b87420d3f..0d9f80f19 100644 --- a/src/net/eathena/battlegroundhandler.h +++ b/src/net/eathena/battlegroundhandler.h @@ -35,15 +35,15 @@ class BattleGroundHandler final : public Net::BattleGroundHandler A_DELETE_COPY(BattleGroundHandler) void registerBg(const BattleGroundTypeT &type, - const std::string &name) const override final; + const std::string &name) const final; - void rekoveRequest(const std::string &name) const override final; + void rekoveRequest(const std::string &name) const final; void beginAck(const bool result, const std::string &bgName, - const std::string &gameName) const override final; + const std::string &gameName) const final; - void checkState(const std::string &name) const override final; + void checkState(const std::string &name) const final; }; } // namespace EAthena |