X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e380f72b45f33dbae8246c65bf1e7d33075439e6..c9057ae1c565cc4ae6c2cf84dd19d65a64ee2b7b:/include/wx/gtk1/slider.h?ds=sidebyside diff --git a/include/wx/gtk1/slider.h b/include/wx/gtk1/slider.h index 1e2714065a..aa8f0f969e 100644 --- a/include/wx/gtk1/slider.h +++ b/include/wx/gtk1/slider.h @@ -15,6 +15,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_SLIDER + #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -89,4 +92,6 @@ class wxSlider: public wxControl }; +#endif + #endif // __GTKSLIDERH__