diff --git a/code/Common/DefaultIOSystem.cpp b/code/Common/DefaultIOSystem.cpp index 39f2405f6..c3059ac31 100644 --- a/code/Common/DefaultIOSystem.cpp +++ b/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) {