diff --git a/stepmania/src/ScreenOptions.h b/stepmania/src/ScreenOptions.h index d4bf972c49..5e31becf39 100644 --- a/stepmania/src/ScreenOptions.h +++ b/stepmania/src/ScreenOptions.h @@ -114,7 +114,7 @@ private: { Row(); ~Row(); - const enum { ROW_NORMAL, ROW_EXIT } Type; + enum { ROW_NORMAL, ROW_EXIT } Type; vector m_textItems; Sprite m_sprBullet; BitmapText m_textTitle;