git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39044
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// per-item tooltips not implemented by default
}
// per-item tooltips not implemented by default
}
+#endif // wxUSE_TOOLTIPS
+
wxRadioBoxBase::~wxRadioBoxBase()
{
wxRadioBoxBase::~wxRadioBoxBase()
{
if ( m_itemsTooltips )
{
const size_t n = m_itemsTooltips->size();
if ( m_itemsTooltips )
{
const size_t n = m_itemsTooltips->size();
delete m_itemsTooltips;
}
delete m_itemsTooltips;
}
#if WXWIN_COMPATIBILITY_2_4
#if WXWIN_COMPATIBILITY_2_4