Remove std prefix from uint types
std::uint* -> uint*
This commit is contained in:
@@ -314,7 +314,7 @@ void RageFileObj::EnableCRC32( bool bOn )
|
||||
m_iCRC32 = 0;
|
||||
}
|
||||
|
||||
bool RageFileObj::GetCRC32( std::uint32_t *iRet )
|
||||
bool RageFileObj::GetCRC32( uint32_t *iRet )
|
||||
{
|
||||
if( !m_bCRC32Enabled )
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user