X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f555861b7e50f335c7b929bb76be38e9ebd69c5..e3e717ecc5add075cd53a04cf24fe27e24170944:/src/stubs/dnd.cpp?ds=sidebyside 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; };