]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/dnd.cpp
setting the correct event object for EVT_ENTER_WINDOW and EVT_LEAVE_WINDOW
[wxWidgets.git] / src / mac / dnd.cpp
index 7ab73a19d11fa3b70ab19ea54994f5689437b44c..33ad69d413848af188e4a2af7eda7b3915f47bbf 100644 (file)
@@ -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") );