]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
More OS/2 stubs and caret fix
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index cbdd0ee2334c1d9a12234417c86376bb7c3f0243..8022f35658a92ec4886f7cda8f6571920919abb0 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_CHECKLISTBOX
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -53,4 +56,5 @@ public:
 };
 
 #endif
-        //__GTKCHECKLISTH__
+
+#endif   //__GTKCHECKLISTH__