diff options
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r-- | src/gui/skill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h index bbd950cb..82ff12f2 100644 --- a/src/gui/skill.h +++ b/src/gui/skill.h @@ -68,7 +68,7 @@ class SkillDialog : public Window, public gcn::ActionListener void setSkill(int id, int lv, int sp); void cleanList(); - const std::vector<SKILL*>& getSkills(void) const { return mSkillList; } + const std::vector<SKILL*>& getSkills() const { return mSkillList; } private: GuiTable mTable;//gcn::ListBox *mSkillListBox; |