Fix typo.

This commit is contained in:
Kim Kulling
2021-01-19 21:19:42 +01:00
committed by GitHub
parent 5a6498af92
commit 5b325af79f

View File

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