diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-12 16:51:15 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-12 16:51:15 +0000 |
commit | 25199eb6e82fc663f58b182add5e45fc2a5cbb8c (patch) | |
tree | 41bb9587f6227cd11e22e9ed43058b54e3e7b9c3 /src/gui/status.h | |
parent | eb31d0badc46b8e2e3c7fbc03363941bf3302256 (diff) | |
download | mana-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.tar.gz mana-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.tar.bz2 mana-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.tar.xz mana-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.zip |
*** empty log message ***
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 |