]> git.saurik.com Git - wxWidgets.git/commitdiff
Moved #if wxUSE_COMBOBOX after real wx/wxprec.h include.
authorDavid Elliott <dfe@tgwbd.org>
Sat, 26 Mar 2005 05:51:07 +0000 (05:51 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 26 Mar 2005 05:51:07 +0000 (05:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/combobox.mm

index b965d406bdeb6a152baf9a90a6d4176f7187b9cd..e0fe3d49118e712c0be7d857efe7084f9b5d0e80 100644 (file)
@@ -67,7 +67,6 @@
     return (candidate ? candidate : inputString);
 }
 */
-#if wxUSE_COMBOBOX
 
 /////////////////////////////////////////////////////////////////////////////
 // Name:        cocoa/NSComboBox.mm
@@ -89,6 +88,8 @@
 // ----------------------------------------------------------------------------
 
 #include "wx/wxprec.h"
+#if wxUSE_COMBOBOX
+
 #ifndef WX_PRECOMP
     #include "wx/window.h"
 #endif // WX_PRECOMP