This commit is contained in:
Glenn Maynard
2005-12-10 17:57:11 +00:00
parent 9293fb0f02
commit bbf140a906
@@ -74,8 +74,8 @@ struct UsbStorageDevice
class MemoryCardDriver
{
public:
MemoryCardDriver() {};
virtual ~MemoryCardDriver() {};
MemoryCardDriver() {}
virtual ~MemoryCardDriver() {}
/* Make a device accessible via its pDevice->sOsMountDir. This will be called
* before any access to the device, and before TestWrite. */