feat: modernized splitscreen settings menus
This commit is contained in:
@@ -16,7 +16,7 @@ const double Double::MAX_VALUE = DBL_MAX;
|
||||
|
||||
const double Double::MIN_NORMAL = DBL_MIN;
|
||||
|
||||
int Integer::parseInt(wstring &str, int radix /* = 10*/)
|
||||
int Integer::parseInt(const wstring &str, int radix /* = 10*/)
|
||||
{
|
||||
return wcstol( str.c_str(), nullptr, radix );
|
||||
}
|
||||
Reference in New Issue
Block a user