]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode compilation fix after last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Apr 2006 01:05:18 +0000 (01:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Apr 2006 01:05:18 +0000 (01:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/private.h

index f3219f75a1b8c8436c618e7bdbfb40320191b27f..979e7b08bb35de947687ebec9061132a58aacca2 100644 (file)
@@ -24,7 +24,7 @@
 
 #if wxUSE_UNICODE
     #define wxGTK_CONV(s) wxConvUTF8.cWX2MB(s)
-    #define wxGTK_CONV_SYS(s, enc) wxGTK_CONV(s)
+    #define wxGTK_CONV_SYS(s) wxGTK_CONV(s)
     #define wxGTK_CONV_BACK(s) wxConvUTF8.cMB2WX(s)
 #else
     // convert the text in given encoding to UTF-8 used by wxGTK