diff --git a/stepmania/src/Screen.h b/stepmania/src/Screen.h index ea8fea3309..07a8adae75 100644 --- a/stepmania/src/Screen.h +++ b/stepmania/src/Screen.h @@ -74,8 +74,8 @@ protected: ThemeMetric ALLOW_OPERATOR_MENU_BUTTON; - virtual CString GetNextScreen() const; - virtual CString GetPrevScreen() const; + CString GetNextScreen() const; + CString GetPrevScreen() const; // If these are left blank, the NextScreen and PrevScreen metrics will be used. CString m_sNextScreen, m_sPrevScreen;