]> git.saurik.com Git - wxWidgets.git/commitdiff
fix preprocessor expression, closes #12822
authorPaul Cornett <paulcor@bullseye.com>
Sun, 2 Jan 2011 16:59:15 +0000 (16:59 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 2 Jan 2011 16:59:15 +0000 (16:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strconv.cpp

index bf0b0923c76c3c152d9cbea9016054fca0007da0..e04e85b8faf441f7e1759ee8df0458ba354583d8 100644 (file)
@@ -2183,7 +2183,7 @@ wxMBConv_iconv::wxMBConv_iconv(const char *name)
         {
 #if SIZEOF_WCHAR_T == 4
             wxT("UCS-4"),
-#elif SIZEOF_WCHAR_T = 2
+#elif SIZEOF_WCHAR_T == 2
             wxT("UCS-2"),
 #endif
             NULL