std::size_t -> size_t
Removing std prefix from all size_t.
This commit is contained in:
@@ -34,7 +34,7 @@ REGISTER_SCREEN_CLASS( ScreenRanking );
|
||||
#define TIME_X(row) (TIME_START_X+ROW_SPACING_X*row)
|
||||
#define TIME_Y(row) (TIME_START_Y+ROW_SPACING_Y*row)
|
||||
|
||||
static RString STEPS_TYPE_COLOR_NAME( std::size_t i ) { return ssprintf("StepsTypeColor%d",int(i+1)); }
|
||||
static RString STEPS_TYPE_COLOR_NAME( size_t i ) { return ssprintf("StepsTypeColor%d",int(i+1)); }
|
||||
|
||||
void ScreenRanking::Init()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user