X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cdccdfabb29bd51aded9aac141e1f7bbd6c85443..07aaf32633ecf18ec3edfbb41793a112914792d0:/src/x11/dnd.cpp?ds=inline diff --git a/src/x11/dnd.cpp b/src/x11/dnd.cpp index 7b6cdbbecd..d555b2ef61 100644 --- a/src/x11/dnd.cpp +++ b/src/x11/dnd.cpp @@ -24,10 +24,9 @@ #include "wx/app.h" #include "wx/utils.h" #include "wx/window.h" + #include "wx/gdicmn.h" #endif -#include "wx/gdicmn.h" - #include // ---------------------------------------------------------------------------- @@ -134,7 +133,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 );