fix Linux compile error

This commit is contained in:
Chris Danford
2003-12-20 02:38:15 +00:00
parent e1aaaca46d
commit 799072e8b0
3 changed files with 8 additions and 3 deletions
@@ -10,7 +10,7 @@ public:
virtual bool StorageDevicesChanged() { return false; };
virtual void GetStorageDevices( vector<UsbStorageDevice>& vStorageDevicesOut ) {};
virtual bool MountAndTestWrite( UsbStorageDevice* pDevice ) { return false; };
virtual void Unmount( UsbStorageDevice* pDevice ) {};
virtual void Flush( UsbStorageDevice* pDevice ) {};
};
#endif