fix "pure virtual method called" on quit

This commit is contained in:
Glenn Maynard
2004-07-17 20:38:59 +00:00
parent 093b507d25
commit fcf46a9f61
6 changed files with 23 additions and 1 deletions
@@ -18,6 +18,11 @@ MemoryCardDriverThreaded_Windows::MemoryCardDriverThreaded_Windows()
StartThread();
}
MemoryCardDriverThreaded_Windows::~MemoryCardDriverThreaded_Windows()
{
StopThread();
}
typedef const CString& CCStringRef;
static bool TestReady( CCStringRef sDrive )