summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-03 23:20:14 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-03 23:20:14 +0100
commit56de3bcc125fe6fd184e56b6e83a168d59c2d9c9 (patch)
treecc3a5bdc3e6eb05cad4af879c890f1cc0a42ab60 /src/gui/status.h
parente95578fcdd9c6af250f84d8a368c10764039349e (diff)
downloadmana-client-56de3bcc125fe6fd184e56b6e83a168d59c2d9c9.tar.gz
mana-client-56de3bcc125fe6fd184e56b6e83a168d59c2d9c9.tar.bz2
mana-client-56de3bcc125fe6fd184e56b6e83a168d59c2d9c9.tar.xz
mana-client-56de3bcc125fe6fd184e56b6e83a168d59c2d9c9.zip
Adding missing mJobLvlLabel from last commit
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h
index 55ed393e..eb4171c9 100644
--- a/src/gui/status.h
+++ b/src/gui/status.h
@@ -68,7 +68,9 @@ class StatusWindow : public Window, public gcn::ActionListener
/**
* Status Part
*/
- gcn::Label *mLvlLabel, *mGpLabel, *mHpLabel, *mHpValueLabel;
+ gcn::Label *mLvlLabel, *mJobLvlLabel;
+ gcn::Label *mGpLabel;
+ gcn::Label *mHpLabel, *mHpValueLabel;
gcn::Label *mMpLabel, *mMpValueLabel;
gcn::Label *mXpLabel, *mXpValueLabel, *mJobXpLabel, *mJobValueLabel;
ProgressBar *mHpBar, *mMpBar;