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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/windows/skilldialog.h b/src/gui/windows/skilldialog.h
index c67d69b10..17641cd0f 100644
--- a/src/gui/windows/skilldialog.h
+++ b/src/gui/windows/skilldialog.h
@@ -80,14 +80,16 @@ class SkillDialog final : public Window,
bool updateSkill(const int id,
const int range,
const bool modifiable,
- const SkillType::SkillType type);
+ const SkillType::SkillType type,
+ const int sp);
void addSkill(const int id,
const std::string &name,
const int level,
const int range,
const bool modifiable,
- const SkillType::SkillType type);
+ const SkillType::SkillType type,
+ const int sp);
SkillInfo* getSkill(const int id) const A_WARN_UNUSED;