]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/dnd.cpp
Tried to find thread/clipboard problem cause...
[wxWidgets.git] / src / stubs / dnd.cpp
index 50bfbd9162ab1f9ed9acb261dfe9f96d64c7ddae..32088eef0f6deea25207f69117d2fdeb92a3f6da 100644 (file)
@@ -125,9 +125,9 @@ wxDropSource::~wxDropSource(void)
 {
 };
    
-wxDropSource::DragResult wxDropSource::DoDragDrop( bool WXUNUSED(bAllowMove) )
+wxDragResult wxDropSource::DoDragDrop( bool WXUNUSED(bAllowMove) )
 {
     // TODO
-    return Error;
+    return wxDragError;
 };