summaryrefslogtreecommitdiff
path: root/src/gui/windows/skilldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/skilldialog.h')
-rw-r--r--src/gui/windows/skilldialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/skilldialog.h b/src/gui/windows/skilldialog.h
index e0ed1f1b2..394679d1b 100644
--- a/src/gui/windows/skilldialog.h
+++ b/src/gui/windows/skilldialog.h
@@ -95,6 +95,8 @@ class SkillDialog final : public Window,
void playUpdateEffect(const int id) const;
+ static void useSkill(const SkillInfo *const info);
+
private:
typedef std::map<int, SkillInfo*> SkillMap;
SkillMap mSkills;