(Windows) Fixed a compile error.

This commit is contained in:
Leon Styhre 2021-01-31 21:33:32 +01:00
parent 9683c9c9a5
commit a3b8241e1e

View file

@ -68,7 +68,7 @@ GuiMetaDataEd::GuiMetaDataEd(
if (folderPath.size() >= 2) {
folderPath.erase(0, 1);
#if defined(_WIN64)
folderPath.push_back('\');
folderPath.push_back('\\');
folderPath = Utils::String::replace(folderPath, "/", "\\");
#else
folderPath.push_back('/');