actual return type

This commit is contained in:
Glenn Maynard
2007-01-23 07:30:12 +00:00
parent 500074a10f
commit 61c2cb479b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ int RageFileObjDeflate::FlushInternal()
* Parse a .gz file, check the header CRC16 if present, and return the data
* CRC32 and a decompressor.
*/
RageFileBasic *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 )
RageFileObjInflate *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 )
{
sError = "";
+1 -1
View File
@@ -66,7 +66,7 @@ private:
int m_iDataStartOffset;
};
RageFileBasic *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 );
RageFileObjInflate *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 );
/* Quick helpers: */
void GzipString( const RString &sIn, RString &sOut );