summaryrefslogtreecommitdiff
path: root/src/gui/skilldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r--src/gui/skilldialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h
index ebf29ff8..e88c279f 100644
--- a/src/gui/skilldialog.h
+++ b/src/gui/skilldialog.h
@@ -75,8 +75,7 @@ class SkillDialog : public Window, public gcn::ActionListener, public EventListe
bool hasSkills() { return !mSkills.empty(); }
private:
- using SkillMap = std::map<int, SkillInfo *>;
- SkillMap mSkills;
+ std::map<int, SkillInfo *> mSkills;
TabbedArea *mTabs;
Label *mPointsLabel;
Button *mIncreaseButton;