Browse Source

Fix typo.

Kim Kulling 4 years ago
parent
commit
5b325af79f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Common/DefaultIOSystem.cpp

+ 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) {