X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30dea05497c1f00d72d7dbf7f2f4818dfaa0e500..362c669367af6c1b024d531c31a76692a6e9ad13:/src/gtk/dnd.cpp?ds=inline diff --git a/src/gtk/dnd.cpp b/src/gtk/dnd.cpp index 2498e7c423..72b29d4bf5 100644 --- a/src/gtk/dnd.cpp +++ b/src/gtk/dnd.cpp @@ -208,7 +208,7 @@ wxDropSource::DragResult wxDropSource::DoDragDrop( bool WXUNUSED(bAllowMove) ) if (gdk_dnd.dnd_grabbed) return None; if (gdk_dnd.drag_really) return None; - wxASSERT_MSG( data, "wxDragSource: no data" ); + wxASSERT_MSG( m_data, "wxDragSource: no data" ); if (!m_data) return None; if (m_data->GetDataSize() == 0) return None;