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
@@ -8,6 +8,7 @@ class MemoryCardDriverThreaded_Windows : public MemoryCardDriverThreaded
{
public:
MemoryCardDriverThreaded_Windows();
virtual ~MemoryCardDriverThreaded_Windows();
virtual void Unmount( UsbStorageDevice* pDevice, CString sMountPoint );
virtual void Flush( UsbStorageDevice* pDevice );