]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dnd.cpp
compilation fix after last check in
[wxWidgets.git] / src / x11 / dnd.cpp
index e9e57e42f8891de0ccd5fdfa8250be45338c8cc2..9ed4df67e6ea37f195cabd514e29d0f747459c31 100644 (file)
@@ -7,7 +7,7 @@
 // Licence:    wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "dnd.h"
 #endif
 
@@ -164,7 +164,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" );