thanks for ignoring const completely, VC
This commit is contained in:
@@ -114,7 +114,7 @@ private:
|
|||||||
{
|
{
|
||||||
Row();
|
Row();
|
||||||
~Row();
|
~Row();
|
||||||
const enum { ROW_NORMAL, ROW_EXIT } Type;
|
enum { ROW_NORMAL, ROW_EXIT } Type;
|
||||||
vector<BitmapText *> m_textItems;
|
vector<BitmapText *> m_textItems;
|
||||||
Sprite m_sprBullet;
|
Sprite m_sprBullet;
|
||||||
BitmapText m_textTitle;
|
BitmapText m_textTitle;
|
||||||
|
|||||||
Reference in New Issue
Block a user