diff --git a/stepmania/src/ProfileManager.h b/stepmania/src/ProfileManager.h index 5b23bf0b5f..cba3fee31a 100644 --- a/stepmania/src/ProfileManager.h +++ b/stepmania/src/ProfileManager.h @@ -85,7 +85,7 @@ public: // Lua - virtual void PushSelf( lua_State *L ); + void PushSelf( lua_State *L ); private: bool LoadProfile( PlayerNumber pn, CString sProfileDir, bool bIsMemCard );