]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbox.h
Deleting and re-adding to get the execute bit set
[wxWidgets.git] / include / wx / gtk1 / statbox.h
index 7d827c0d4bfaac9c40147b687e35e70579912d4a..7978dd9bc8832db888e987db6d758225f3b2aca4 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_STATBOX
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -56,4 +59,6 @@ class wxStaticBox: public wxControl
     void ApplyWidgetStyle();
 };
 
+#endif
+
 #endif // __GTKSTATICBOXH__