diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-14 21:24:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-14 22:55:08 +0300 |
commit | 8d0dc6e707c470ccd2d3a3d4e44cfdee0ed890d9 (patch) | |
tree | 609b5baed396ca34d9199bd8e7a577e6ef7a1759 /src/gui/windows/skilldialog.h | |
parent | 0204a75a049d6819719cf41ac92116012ed50d86 (diff) | |
download | manaverse-8d0dc6e707c470ccd2d3a3d4e44cfdee0ed890d9.tar.gz manaverse-8d0dc6e707c470ccd2d3a3d4e44cfdee0ed890d9.tar.bz2 manaverse-8d0dc6e707c470ccd2d3a3d4e44cfdee0ed890d9.tar.xz manaverse-8d0dc6e707c470ccd2d3a3d4e44cfdee0ed890d9.zip |
Remove default parameters from useSkill method in SkillDialog.
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; |