]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dnd.cpp
Compilation fix for STL build after the last commit.
[wxWidgets.git] / src / motif / dnd.cpp
index 5606dea15191c1a69a8c5545a39e0e82ca6c1f55..cba4d6c9da83df1c0200dffd58367d5fcdaedb02 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/app.h"
+    #include "wx/utils.h"
+    #include "wx/window.h"
+    #include "wx/gdicmn.h"
 #endif
 
-#include "wx/window.h"
-#include "wx/app.h"
-#include "wx/gdicmn.h"
-#include "wx/utils.h"
-
 #include <X11/Xlib.h>
 
 // ----------------------------------------------------------------------------
@@ -130,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 );