warning: `class ProfileManager' has virtual functions but non-virtual destructor

This commit is contained in:
Glenn Maynard
2005-02-13 04:14:33 +00:00
parent 7a2a367522
commit bdf3e4ddd8
+1 -1
View File
@@ -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 );