summaryrefslogtreecommitdiff
path: root/src/net/eathena/battlegroundhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/battlegroundhandler.h')
-rw-r--r--src/net/eathena/battlegroundhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/battlegroundhandler.h b/src/net/eathena/battlegroundhandler.h
index 230146963..cc3bb2c5c 100644
--- a/src/net/eathena/battlegroundhandler.h
+++ b/src/net/eathena/battlegroundhandler.h
@@ -32,7 +32,7 @@ class BattleGroundHandler final : public Net::BattleGroundHandler
A_DELETE_COPY(BattleGroundHandler)
- ~BattleGroundHandler();
+ ~BattleGroundHandler() override final;
void registerBg(const BattleGroundTypeT &type,
const std::string &name) const override final;