]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dnd.cpp
math.h/PI integration
[wxWidgets.git] / src / motif / dnd.cpp
index e9e57e42f8891de0ccd5fdfa8250be45338c8cc2..8caa37f18b4912fdc1c8b2c1e6c18ce18ee4e178 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:    wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "dnd.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/setup.h"
 
 #if wxUSE_DRAG_AND_DROP
@@ -164,7 +167,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" );