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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h
index 1ef609f88..56858ef5e 100644
--- a/src/gui/skilldialog.h
+++ b/src/gui/skilldialog.h
@@ -88,6 +88,7 @@ class SkillDialog : public Window, public gcn::ActionListener
TabbedArea *mTabs;
std::list<Tab*> mDeleteTabs;
Label *mPointsLabel;
+ Button *mUseButton;
Button *mIncreaseButton;
SkillModel *mDefaultModel;
};