mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
chore(Mobile): Indicate transform uses global tolower and not std::tolower
This commit is contained in:
parent
ccb045eb5a
commit
be00df60e5
@ -57,7 +57,7 @@ namespace big
|
|||||||
auto& personal_veh = it.second;
|
auto& personal_veh = it.second;
|
||||||
|
|
||||||
std::string lower = label.c_str();
|
std::string lower = label.c_str();
|
||||||
std::transform(lower.begin(), lower.end(), lower.begin(), tolower);
|
std::transform(lower.begin(), lower.end(), lower.begin(), ::tolower);
|
||||||
|
|
||||||
if (lower.find(lower_search) != std::string::npos)
|
if (lower.find(lower_search) != std::string::npos)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user