]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dnd.cpp
re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other...
[wxWidgets.git] / src / x11 / dnd.cpp
index e9e57e42f8891de0ccd5fdfa8250be45338c8cc2..798af946bd5838f2037284a8a9192a447e9b1578 100644 (file)
@@ -7,10 +7,6 @@
 // Licence:    wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "dnd.h"
-#endif
-
 #include "wx/setup.h"
 
 #if wxUSE_DRAG_AND_DROP
@@ -164,7 +160,7 @@ wxDropSource::~wxDropSource(void)
 //  if (m_data) delete m_data;
 }
    
-wxDragResult wxDropSource::DoDragDrop( bool WXUNUSED(bAllowMove) )
+wxDragResult wxDropSource::DoDragDrop( int WXUNUSED(flags) )
 {
   //  wxASSERT_MSG( m_data, "wxDragSource: no data" );