X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd05139a8023fd3e30476409fafbe04221c6d627..9dbd8fc7416790c2d0fba0137f9df835a6782a32:/src/motif/dnd.cpp?ds=inline diff --git a/src/motif/dnd.cpp b/src/motif/dnd.cpp index 2a408c438f..cba4d6c9da 100644 --- a/src/motif/dnd.cpp +++ b/src/motif/dnd.cpp @@ -129,7 +129,7 @@ wxDropSource::wxDropSource( wxWindow *win ) { #if 0 m_window = win; - m_data = (wxDataObject *) NULL; + m_data = NULL; m_retValue = wxDragCancel; m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY );