From 5b325af79f7813631fce81f2173e3e9c69fa7618 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 19 Jan 2021 21:19:42 +0100 Subject: [PATCH] Fix typo. --- code/Common/DefaultIOSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {