MacOS compatibility

This commit is contained in:
Parakoopa 2020-06-20 20:29:19 +02:00
parent 4917d177cc
commit 3d198fcb9b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ GPU3DInterface *core3DList[] = {
std::wstring s2ws(const std::string& str)
{
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> converter;
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t> > converter;
return converter.from_bytes(str);
}