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:
Vadim Zeitlin
2005-09-18 20:12:52 +00:00
parent 09d2016d9d
commit 40711af81b

View File

@@ -2599,7 +2599,7 @@ wxMBConv *wxCSConv::DoCreate() const
delete conv; delete conv;
} }
gs_nameCache[encoding] = ""; // cache the failure gs_nameCache[encoding] = _T(""); // cache the failure
} }
#endif // wxUSE_FONTMAP #endif // wxUSE_FONTMAP
} }