X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b10a619492984cb585ec4b7f55bd7f15eae9ad2..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/os2/dnd.h?ds=sidebyside 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);