std::size_t -> size_t
Removing std prefix from all size_t.
This commit is contained in:
@@ -34,7 +34,7 @@ RageFileDriverSlice *RageFileDriverSlice::Copy() const
|
||||
return pRet;
|
||||
}
|
||||
|
||||
int RageFileDriverSlice::ReadInternal( void *buf, std::size_t bytes )
|
||||
int RageFileDriverSlice::ReadInternal( void *buf, size_t bytes )
|
||||
{
|
||||
/* Make sure we're reading from the right place. We might have been constructed
|
||||
* with a file not pointing to iOffset. */
|
||||
|
||||
Reference in New Issue
Block a user