]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/radiocmn.cpp
Include wx/dialog.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / common / radiocmn.cpp
index 1703e168a17ece2732b67e3937b286c96a627aac..b236ec9f179695a2c6eaac40c7153b1458293b0e 100644 (file)
@@ -212,8 +212,11 @@ wxRadioBoxBase::DoSetItemToolTip(unsigned int WXUNUSED(item),
     // 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();
@@ -222,9 +225,8 @@ wxRadioBoxBase::~wxRadioBoxBase()
 
         delete m_itemsTooltips;
     }
-}
-
 #endif // wxUSE_TOOLTIPS
+}
 
 #if WXWIN_COMPATIBILITY_2_4