From be00df60e5fad78ede9b5daa23f3f51b95cb9658 Mon Sep 17 00:00:00 2001 From: Yimura Date: Sat, 29 Jan 2022 23:35:13 +0100 Subject: [PATCH] chore(Mobile): Indicate transform uses global tolower and not std::tolower --- BigBaseV2/src/gui/window/main/tab_mobile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBaseV2/src/gui/window/main/tab_mobile.cpp b/BigBaseV2/src/gui/window/main/tab_mobile.cpp index a6f08924..4d034ebf 100644 --- a/BigBaseV2/src/gui/window/main/tab_mobile.cpp +++ b/BigBaseV2/src/gui/window/main/tab_mobile.cpp @@ -57,7 +57,7 @@ namespace big auto& personal_veh = it.second; 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) {