Fixed compilation problem with VC2010

This commit is contained in:
Xawotihs
2011-08-14 14:42:37 +00:00
parent f1b44d5330
commit 8f1e97f8f9

View File

@@ -53,7 +53,7 @@ class OtherMenuItem: public MenuItem
{
private:
JButton mKey;
int mTimeIndex;
float mTimeIndex;
public:
OtherMenuItem(int id, WFont *font, string text, float x, float y, JQuad * _off, JQuad * _on, JButton _key, bool hasFocus = false);
~OtherMenuItem();