Misplaced #ifdef ... #endif fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -212,8 +212,11 @@ wxRadioBoxBase::DoSetItemToolTip(unsigned int WXUNUSED(item),
|
|||||||
// per-item tooltips not implemented by default
|
// per-item tooltips not implemented by default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // wxUSE_TOOLTIPS
|
||||||
|
|
||||||
wxRadioBoxBase::~wxRadioBoxBase()
|
wxRadioBoxBase::~wxRadioBoxBase()
|
||||||
{
|
{
|
||||||
|
#if wxUSE_TOOLTIPS
|
||||||
if ( m_itemsTooltips )
|
if ( m_itemsTooltips )
|
||||||
{
|
{
|
||||||
const size_t n = m_itemsTooltips->size();
|
const size_t n = m_itemsTooltips->size();
|
||||||
@@ -222,9 +225,8 @@ wxRadioBoxBase::~wxRadioBoxBase()
|
|||||||
|
|
||||||
delete m_itemsTooltips;
|
delete m_itemsTooltips;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#endif // wxUSE_TOOLTIPS
|
#endif // wxUSE_TOOLTIPS
|
||||||
|
}
|
||||||
|
|
||||||
#if WXWIN_COMPATIBILITY_2_4
|
#if WXWIN_COMPATIBILITY_2_4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user