X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58614078c466cffaf0e5d0369741706f130fb793..aaa63f666a540d9dffbeaca61e1c80f825b66a98:/include/wx/gtk1/statbox.h?ds=sidebyside diff --git a/include/wx/gtk1/statbox.h b/include/wx/gtk1/statbox.h index 7d827c0d4b..7978dd9bc8 100644 --- a/include/wx/gtk1/statbox.h +++ b/include/wx/gtk1/statbox.h @@ -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__