diff options
Diffstat (limited to 'src/gui/status.h')
-rw-r--r-- | src/gui/status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/status.h b/src/gui/status.h index 9f34591e..a93ff265 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -57,8 +57,8 @@ class StatusWindow : public Window { void update(); private: - gcn::Label *hp, *sp, *gp, expLabel, jobExpLabel; - ProgressBar *healthBar, *manaBar, expBar, jobExpBar; + gcn::Label *hp, *sp, *gp, *expLabel, *jobExpLabel; + ProgressBar *healthBar, *manaBar, *expBar, *jobExpBar; }; #endif |