]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/choice.h
1. minor fixes in wxDynLib
[wxWidgets.git] / include / wx / gtk / choice.h
index 796d625f4b9c94f6ca477a1fb3de50731947445e..acd0324c00d40bd2705e4378544f8da51b514301 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_CHOICE
-
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -99,6 +97,5 @@ public:
     void ApplyWidgetStyle();
 };
 
-#endif
 
 #endif // __GTKCHOICEH__