浏览代码

Fix typo.

Kim Kulling 4 年之前
父节点
当前提交
5b325af79f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {