From d26a729c5cc32105241cb3029d7be6d429ee20f2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 13 Oct 2005 22:11:56 +0000 Subject: [PATCH] never overriden --- stepmania/src/Screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;