Linux build fix.. I think..

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2355 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-02-22 04:21:32 +00:00
parent 691be5eec4
commit 5057d3b446
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ class DriveReader : public SectorReader
{
private:
DriveReader(const char *drive);
void DriveReader::SetSectorSize(int blocksize);
void SetSectorSize(int blocksize);
enum { CACHE_SIZE = 32 };
int m_blocksize;
u8* cache[CACHE_SIZE];