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) {