From c4087d1cf9d6b6237714fa5a908f0641d9d033be Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 14 Dec 2004 22:41:36 +0000 Subject: [PATCH] missed commit --- stepmania/src/RageFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageFile.h b/stepmania/src/RageFile.h index bb79a10836..365e2fe47c 100644 --- a/stepmania/src/RageFile.h +++ b/stepmania/src/RageFile.h @@ -69,7 +69,7 @@ public: int PutLine( const CString &str ); void EnableCRC32( bool on=true ); - bool GetCRC32( unsigned *iRet ); + bool GetCRC32( uint32_t *iRet ); protected: void SetError( const CString &err );