Unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
09d2016d9d
commit
40711af81b
@ -2599,7 +2599,7 @@ wxMBConv *wxCSConv::DoCreate() const
|
||||
delete conv;
|
||||
}
|
||||
|
||||
gs_nameCache[encoding] = ""; // cache the failure
|
||||
gs_nameCache[encoding] = _T(""); // cache the failure
|
||||
}
|
||||
#endif // wxUSE_FONTMAP
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user