X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/155e46c2edbfb4d65cbd207a725d2009d40803de..a4535b9f391bbe8453f70784bc77a06f3426e858:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 070cc9f95b..a91b8c5ebd 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -20,7 +20,7 @@ #include "wx/dynarray.h" -class WXDLLEXPORT wxToolTip; +class WXDLLIMPEXP_FWD_CORE wxToolTip; WX_DEFINE_EXPORTED_ARRAY_PTR(wxToolTip *, wxToolTipArray); @@ -84,14 +84,6 @@ public: } - // deprecated functions - // -------------------- - -#if WXWIN_COMPATIBILITY_2_4 - wxDEPRECATED( int GetNumberOfRowsOrCols() const ); - wxDEPRECATED( void SetNumberOfRowsOrCols(int n) ); -#endif // WXWIN_COMPATIBILITY_2_4 - protected: wxRadioBoxBase() {