From 8d0dc6e707c470ccd2d3a3d4e44cfdee0ed890d9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Aug 2016 21:24:59 +0300 Subject: Remove default parameters from useSkill method in SkillDialog. --- src/gui/windows/skilldialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/skilldialog.h') 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; -- cgit v1.2.3-70-g09d2