1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

- Compile fixes part 1

- Project settings for MSVS
This commit is contained in:
DjWarmonger
2016-01-27 21:08:08 +01:00
parent d7c0c3759a
commit 327e95407e
9 changed files with 18 additions and 8 deletions

View File

@ -95,7 +95,7 @@ std::set<std::string> CFilesystemList::getResourceNames(const ResourceID & resou
auto rn = loader->getResourceName(resourceName);
if(rn)
{
paths.insert(*rn);
paths.insert(rn->string());
}
}
return std::move(paths);