thanks for ignoring const completely, VC

This commit is contained in:
Glenn Maynard
2004-01-09 10:47:33 +00:00
parent 3a14312594
commit 55cf501397
+1 -1
View File
@@ -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;