Fixed compilation problem with VC2010
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user