]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dnd.cpp
don't duplicate wxGetTopLevelParent() code in wxHtmlHelpController::FindTopLevelWindow()
[wxWidgets.git] / src / x11 / dnd.cpp
index 7b6cdbbecd79e599cc47191f180318c10cafee40..d555b2ef616c30d1424f592112a6f94af9269336 100644 (file)
     #include "wx/app.h"
     #include "wx/utils.h"
     #include "wx/window.h"
+    #include "wx/gdicmn.h"
 #endif
 
-#include "wx/gdicmn.h"
-
 #include <X11/Xlib.h>
 
 // ----------------------------------------------------------------------------
@@ -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 );