]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
replaced quotes in #include with angle brackets
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index 4765f2e6df9f49e07cdd15c1a77fc3efaae0d209..7e719f843e627cac9533216926a137b5a1281f70 100644 (file)
@@ -64,7 +64,7 @@ public:
 
     // do it (call this in response to a mouse button press, for example)
     // params: if bAllowMove is false, data can be only copied
-    virtual wxDragResult DoDragDrop(bool bAllowMove = FALSE);
+    virtual wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
 
     // overridable: you may give some custom UI feedback during d&d operation
     // in this function (it's called on each mouse move, so it shouldn't be