summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-01-12 16:51:15 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-01-12 16:51:15 +0000
commit25199eb6e82fc663f58b182add5e45fc2a5cbb8c (patch)
tree41bb9587f6227cd11e22e9ed43058b54e3e7b9c3 /src/gui/status.h
parenteb31d0badc46b8e2e3c7fbc03363941bf3302256 (diff)
downloadmana-client-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.tar.gz
mana-client-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.tar.bz2
mana-client-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.tar.xz
mana-client-25199eb6e82fc663f58b182add5e45fc2a5cbb8c.zip
*** empty log message ***
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h4
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