]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dnd.h
signned/unsigned fix
[wxWidgets.git] / include / wx / os2 / dnd.h
index a92c744745095a20cae5b856ba21696a78b1670b..48976e760f9adbc4dceb844306edc835568edb20 100644 (file)
@@ -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);