Fixed compilation problem with VC2010

This commit is contained in:
Xawotihs
2011-08-14 14:42:37 +00:00
parent f1b44d5330
commit 8f1e97f8f9
+1 -1
View File
@@ -53,7 +53,7 @@ class OtherMenuItem: public MenuItem
{ {
private: private:
JButton mKey; JButton mKey;
int mTimeIndex; float mTimeIndex;
public: public:
OtherMenuItem(int id, WFont *font, string text, float x, float y, JQuad * _off, JQuad * _on, JButton _key, bool hasFocus = false); OtherMenuItem(int id, WFont *font, string text, float x, float y, JQuad * _off, JQuad * _on, JButton _key, bool hasFocus = false);
~OtherMenuItem(); ~OtherMenuItem();