summaryrefslogtreecommitdiff
path: root/src/net/tmwa/skillhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/skillhandler.h')
-rw-r--r--src/net/tmwa/skillhandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/tmwa/skillhandler.h b/src/net/tmwa/skillhandler.h
index 129331ff3..1b951df96 100644
--- a/src/net/tmwa/skillhandler.h
+++ b/src/net/tmwa/skillhandler.h
@@ -37,15 +37,15 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
A_DELETE_COPY(SkillHandler)
- void handleMessage(Net::MessageIn &msg) override;
+ void handleMessage(Net::MessageIn &msg) override final;
void useBeing(const int id, const int level,
- const int beingId) const override;
+ const int beingId) const override final;
void usePos(const int id, const int level,
- const int x, const int y) const override;
+ const int x, const int y) const override final;
- void useMap(const int id, const std::string &map) const override;
+ void useMap(const int id, const std::string &map) const override final;
};
} // namespace TmwAthena