]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wrapcctl.h
Fixed bug #1022383: 'several ComboBoxes appear selected'
[wxWidgets.git] / include / wx / msw / wrapcctl.h
index 7d32e65c5745f4214134f3645e03220440a3df0b..bc8ce1d9afe85aedd16afc66df219a34727888e5 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     03.08.2003
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
+// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -50,7 +50,7 @@ inline void wxSetCCUnicodeFormat(HWND hwnd)
     ::SendMessage(hwnd, CCM_SETUNICODEFORMAT, wxUSE_UNICODE, 0);
 #else // !__WXWINCE__
     // here it should be already in Unicode anyhow
-    hwnd;
+    wxUnusedVar(hwnd);
 #endif // __WXWINCE__/!__WXWINCE__
 }