X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dba84be231243149a45a286a651d02be8487423..3aabb24c0881db85a8f2c6b4dd6691b717577307:/src/motif/dnd.cpp?ds=sidebyside diff --git a/src/motif/dnd.cpp b/src/motif/dnd.cpp index e9e57e42f8..f4a9cefec7 100644 --- a/src/motif/dnd.cpp +++ b/src/motif/dnd.cpp @@ -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" );