// per-item tooltips not implemented by default
}
+#endif // wxUSE_TOOLTIPS
+
wxRadioBoxBase::~wxRadioBoxBase()
{
+#if wxUSE_TOOLTIPS
if ( m_itemsTooltips )
{
const size_t n = m_itemsTooltips->size();
delete m_itemsTooltips;
}
-}
-
#endif // wxUSE_TOOLTIPS
+}
#if WXWIN_COMPATIBILITY_2_4