summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-03-09 05:16:27 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-03-09 05:16:27 +0000
commite5f795ad9952b8bba6993ee3e324b22a0f104816 (patch)
tree1602ac0f74865135eae5acf935b0a285a8e918c2 /src/gui/debugwindow.h
parent7593d6c71e2331c3e43c732db60ad03ee4d5385d (diff)
downloadMana-e5f795ad9952b8bba6993ee3e324b22a0f104816.tar.gz
Mana-e5f795ad9952b8bba6993ee3e324b22a0f104816.tar.bz2
Mana-e5f795ad9952b8bba6993ee3e324b22a0f104816.tar.xz
Mana-e5f795ad9952b8bba6993ee3e324b22a0f104816.zip
Made all class members named like mClassMember.
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r--src/gui/debugwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h
index a2480f79..d318df16 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -57,8 +57,8 @@ class DebugWindow : public Window, public gcn::ActionListener
void action(const std::string &actionId);
private:
- gcn::Label *musicFileLabel, *mapFileLabel;
- gcn::Label *tileMouseLabel, *FPSLabel;
+ gcn::Label *mMusicFileLabel, *mMapFileLabel;
+ gcn::Label *mTileMouseLabel, *mFPSLabel;
Map *mCurrentMap;
};