From bdf3e4ddd8a83cab56f24ef9ab3de780ce7c6dce Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Feb 2005 04:14:33 +0000 Subject: [PATCH] warning: `class ProfileManager' has virtual functions but non-virtual destructor --- stepmania/src/ProfileManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );