]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statline.h
*** empty log message ***
[wxWidgets.git] / include / wx / gtk / statline.h
index c6819e51a50c27ea2c89e80cbde3a6d912cf3ae0..2d31725292c3209aad1af305c2bfebb5ec21bdde 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_STATLINE
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -52,4 +55,6 @@ class wxStaticLine: public wxControl
     
 };
 
+#endif
+
 #endif // __GTKSTATICLINEH__