diff options
Diffstat (limited to 'src/gui/windows/skilldialog.h')
-rw-r--r-- | src/gui/windows/skilldialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/skilldialog.h b/src/gui/windows/skilldialog.h index b93fda1b9..79c3ecc9c 100644 --- a/src/gui/windows/skilldialog.h +++ b/src/gui/windows/skilldialog.h @@ -149,8 +149,8 @@ class SkillDialog final : public Window, static void useSkill(const SkillInfo *const info, const AutoTarget autoTarget, int level, - const bool withText = false, - const std::string &text = ""); + const bool withText, + const std::string &text); SkillData *getSkillData(const int id) const; |