memory card cleanup

This commit is contained in:
Chris Danford
2004-08-17 05:50:51 +00:00
parent d6574944bf
commit 11a8029493
8 changed files with 290 additions and 270 deletions
@@ -17,7 +17,7 @@ protected:
virtual void MountThreadDoOneUpdate();
int m_fd;
vector<UsbStorageDeviceEx> m_vDevicesLastSeen;
vector<UsbStorageDevice> m_vDevicesLastSeen;
};
#endif