X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c746b747074dba438ac1c06b612184aaad7c7dc6..a4535b9f391bbe8453f70784bc77a06f3426e858:/include/wx/radiobox.h?ds=sidebyside diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index ed60e202b8..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,20 +84,12 @@ public: } - // deprecated functions - // -------------------- - -#if WXWIN_COMPATIBILITY_2_4 - wxDEPRECATED( int GetNumberOfRowsOrCols() const ); - wxDEPRECATED( void SetNumberOfRowsOrCols(int n) ); -#endif // WXWIN_COMPATIBILITY_2_4 - protected: wxRadioBoxBase() { + m_numCols = + m_numRows = m_majorDim = 0; - m_numCols = 0; - m_numRows = 0; #if wxUSE_TOOLTIPS m_itemsTooltips = NULL;