This commit is contained in:
Glenn Maynard
2004-12-10 13:13:14 +00:00
parent 8915e3944a
commit 47994102b3
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ RageFileDriverZip::~RageFileDriverZip()
delete Files[i];
}
RageFileObj *RageFileDriverZip::Open( const CString &path, int mode, int &err )
RageBasicFile *RageFileDriverZip::Open( const CString &path, int mode, int &err )
{
if( mode == RageFile::WRITE )
{