]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dnd.h
signned/unsigned fix
[wxWidgets.git] / include / wx / mac / dnd.h
index ee95777c01ce6bee929f7258e7a710504a6a6d2b..252d2376147aa42be7de5dd39051b23172a9ead2 100644 (file)
@@ -91,7 +91,7 @@ public:
     ~wxDropSource();
 
     /* start drag action */
-    virtual wxDragResult DoDragDrop( bool bAllowMove = FALSE );
+    virtual wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
     
     wxWindow*     GetWindow() { return m_window ; }
     void SetCurrentDrag( void* drag ) { m_currentDrag = drag ; }