2
0
Kim Kulling 4 жил өмнө
parent
commit
5b325af79f

+ 1 - 1
code/Common/DefaultIOSystem.cpp

@@ -75,7 +75,7 @@ static std::wstring Utf8ToWide(const char *in) {
     return out;
 }
 
-const std::wstring dummy;
+const std::string dummy;
 
 static std::string WideToUtf8(const wchar_t *in) {
     if (nullptr == in) {