X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dba84be231243149a45a286a651d02be8487423..e2a5251d0109a1be6b9ce5c818d89f56ebfaeae1:/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" );