X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de9b5b23f70465393526546cd1a69fcfcd26e9c..76784eecd960198bc54429a6e16d5bd7af458fce:/include/wx/gtk/radiobox.h?ds=sidebyside diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index a73c1a608e..b28499448e 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -16,6 +16,9 @@ #endif #include "wx/defs.h" + +#if wxUSE_RADIOBOX + #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -104,4 +107,6 @@ public: DECLARE_EVENT_TABLE() }; +#endif + #endif // __GTKRADIOBOXH__