diff --git a/src/frontend/menu.cpp b/src/frontend/menu.cpp index 6fc92c09..e3650b99 100644 --- a/src/frontend/menu.cpp +++ b/src/frontend/menu.cpp @@ -194,7 +194,7 @@ void create_world_types_panel(Engine* engine) { std::vector worldTypes = WorldTypes::getWorldTypes(); std::sort(worldTypes.begin(), worldTypes.end()); for (std::string& type : worldTypes) { - std::string& fullName = util::wstr2str_utf8(langs::get(util::str2wstr_utf8(type), L"world.types")); + const std::string& fullName = util::wstr2str_utf8(langs::get(util::str2wstr_utf8(type), L"world.types")); auto button = std::make_shared