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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h
index 63ef06619..d615dac77 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -35,6 +35,8 @@ class SkillHandler final : public Ea::SkillHandler
A_DELETE_COPY(SkillHandler)
+ ~SkillHandler();
+
void useBeing(const int id,
const int level,
const BeingId beingId) const override final;