]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode compilation fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Sep 2005 20:12:52 +0000 (20:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Sep 2005 20:12:52 +0000 (20:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strconv.cpp

index 76a1931763a83ce4694b0c5d2d95686be292f370..ed4d3d889ea9d057d43aaf60ded9429c9299c3a4 100644 (file)
@@ -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
     }