From 1fdbf55723130820f070335f68e2e7c3195155e0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 13 Dec 2004 04:04:11 +0000 Subject: [PATCH] fix --- stepmania/src/RageFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageFile.cpp b/stepmania/src/RageFile.cpp index f653b19751..263db51a35 100644 --- a/stepmania/src/RageFile.cpp +++ b/stepmania/src/RageFile.cpp @@ -103,7 +103,7 @@ void RageFile::EnableCRC32( bool on ) m_File->EnableCRC32( on ); } -bool RageFile::GetCRC32( unsigned *iRet ) +bool RageFile::GetCRC32( uint32_t *iRet ) { ASSERT_OPEN; return m_File->GetCRC32( iRet );