(Windows) Fixed a small issue which caused a compilation error.

This commit is contained in:
Leon Styhre 2020-10-19 22:03:30 +02:00
parent e310066f34
commit 3e6f3487c9

View file

@ -186,7 +186,7 @@ void CollectionSystemManager::saveCustomCollection(SystemData* sys)
fileGameEntries.erase(last, fileGameEntries.end());
#if defined(_WIN64)
configFile.open(Utils::String::
configFileOut.open(Utils::String::
stringToWideString(getCustomCollectionConfigPath(name)).c_str());
#else
configFileOut.open(getCustomCollectionConfigPath(name));