1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Code style fixes

This commit is contained in:
Ivan Savenko
2024-01-19 15:12:35 +02:00
parent db5539b39d
commit 1f7e53a609
5 changed files with 6 additions and 6 deletions

View File

@@ -272,7 +272,7 @@ void ClientCommandManager::handleGetScriptsCommand()
boost::filesystem::create_directories(outPath);
for(auto & kv : VLC->scriptHandler->objects)
for(const auto & kv : VLC->scriptHandler->objects)
{
std::string name = kv.first;
boost::algorithm::replace_all(name,":","_");