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
@@ -11,7 +11,7 @@ public:
virtual bool StorageDevicesChanged();
virtual void GetStorageDevices( vector<UsbStorageDevice>& vStorageDevicesOut );
virtual bool MountAndTestWrite( UsbStorageDevice* pDevice );
virtual void Unmount( UsbStorageDevice* pDevice );
virtual void Flush( UsbStorageDevice* pDevice );
protected:
int m_fds;
time_t m_lastModTime;