X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83df96d63a52ebb08b9e32549dc255354b4a18d0..e81a301cbdc8729b0a71fa5dfd7124bf59368673:/include/wx/motif/dnd.h?ds=inline diff --git a/include/wx/motif/dnd.h b/include/wx/motif/dnd.h index b3944af30c..fa392bd9d8 100644 --- a/include/wx/motif/dnd.h +++ b/include/wx/motif/dnd.h @@ -151,7 +151,7 @@ public: ~wxDropSource(void); void SetData( wxDataObject &data ); - wxDragResult DoDragDrop( bool bAllowMove = FALSE ); + wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly); virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return TRUE; };