]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
no message
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index 472aec940f5e8eeff244666933835a0b3b285834..5e9e341fb38355ab817aae34038ccbea2e7dced7 100644 (file)
@@ -17,6 +17,9 @@
 #endif
 
 #include "wx/defs.h"
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_COMBOBOX
+
 #include "wx/object.h"
 #include "wx/control.h"
 
 #include "wx/object.h"
 #include "wx/control.h"
 
@@ -116,4 +119,10 @@ public:
   DECLARE_EVENT_TABLE()
 };
 
   DECLARE_EVENT_TABLE()
 };
 
-#endif // __GTKCOMBOBOXH__
+#endif
+
+  // wxUSE_COMBOBOX
+
+#endif
+
+  // __GTKCOMBOBOXH__