summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 17a472fe..4b485729 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -62,7 +62,7 @@ class StatusWindow : public Window, public gcn::ActionListener {
gcn::Label *expLabel, *jobExpLabel;
ProgressBar *healthBar, *manaBar;
ProgressBar *xpBar, *jobXpBar;
- gcn::Button *statsButton, *skillsButton, *inventoryButton, *setupButton;
+ gcn::Button *statsButton, *skillsButton, *inventoryButton, *setupButton, *equipmentButton;
};
#endif