X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3538f4df99bc96e73fada5e671681033354dbec0..d1bdc41d651eaf6a59c837a2398c2eb4a7efdb6a:/src/mac/dnd.cpp diff --git a/src/mac/dnd.cpp b/src/mac/dnd.cpp index 7ab73a19d1..33ad69d413 100644 --- a/src/mac/dnd.cpp +++ b/src/mac/dnd.cpp @@ -259,7 +259,7 @@ wxDropSource::~wxDropSource() } -wxDragResult wxDropSource::DoDragDrop( bool allowMove ) +wxDragResult wxDropSource::DoDragDrop(int WXUNUSED(flags)) { wxASSERT_MSG( m_data, wxT("Drop source: no data") );