From: Vadim Zeitlin Date: Sun, 18 Sep 2005 20:12:52 +0000 (+0000) Subject: Unicode compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/40711af81b4a412892045837997211d597d98ff2 Unicode compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 76a1931763..ed4d3d889e 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -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 }