summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r--src/net/eathena/skillhandler.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h
index bc0682b24..77fc6dadb 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -37,24 +37,24 @@ class SkillHandler final : public Ea::SkillHandler
void useBeing(const int id,
const int level,
- const BeingId beingId) const final;
+ const BeingId beingId) const override final;
void usePos(const int id,
const int level,
- const int x, const int y) const final;
+ const int x, const int y) const override final;
void usePos(const int id,
const int level,
const int x, const int y,
- const std::string &text) const final;
+ const std::string &text) const override final;
- void useMap(const int id, const std::string &map) const final;
+ void useMap(const int id, const std::string &map) const override final;
- void getAlchemistRanks() const final;
+ void getAlchemistRanks() const override final;
- void getBlacksmithRanks() const final;
+ void getBlacksmithRanks() const override final;
- void getPkRanks() const final;
+ void getPkRanks() const override final;
};
} // namespace EAthena