]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
fix harmless unused parameter warning
[wxWidgets.git] / src / msw / textctrl.cpp
index 9dc6104f2392e5599a456f0ae5e9f33b2ab2ff01..7218b339f28ffd8134854c5fcea875219cafff7c 100644 (file)
@@ -298,13 +298,13 @@ void wxTextCtrl::Init()
 
 wxTextCtrl::~wxTextCtrl()
 {
-#if wxUSE_DRAG_AND_DROP
+#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
     if ( m_dropTarget == wxRICHTEXT_DEFAULT_DROPTARGET )
     {
         // don't try to destroy this dummy pointer in the base class dtor
         m_dropTarget = NULL;
     }
-#endif // wxUSE_DRAG_AND_DROP
+#endif // wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
 
     delete m_privateContextMenu;
 }