X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f555861b7e50f335c7b929bb76be38e9ebd69c5..f377a3b58c509ceba8c9335dbe45d100cca615ad:/src/stubs/dnd.cpp diff --git a/src/stubs/dnd.cpp b/src/stubs/dnd.cpp index 50bfbd9162..32088eef0f 100644 --- a/src/stubs/dnd.cpp +++ b/src/stubs/dnd.cpp @@ -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; };