X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b10a619492984cb585ec4b7f55bd7f15eae9ad2..96fdbb60f1d25a1f77b011c432b71ee152c15ed7:/include/wx/os2/dnd.h diff --git a/include/wx/os2/dnd.h b/include/wx/os2/dnd.h index a92c744745..48976e760f 100644 --- a/include/wx/os2/dnd.h +++ b/include/wx/os2/dnd.h @@ -40,7 +40,7 @@ public: virtual ~wxDropSource(); /* start drag action */ - virtual wxDragResult DoDragDrop(bool bAllowMove = FALSE); + virtual wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly); protected: void Init(void);