make sure we always have a return value

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-12-27 06:30:42 +00:00
parent e279a9e799
commit 3a853d9e1e

View File

@@ -43,6 +43,7 @@ wxDragResult NSDragOperationToWxDragResult(NSDragOperation code)
default:
wxFAIL_MSG("Unexpected result code");
}
return wxDragNone;
}
@interface DropSourceDelegate : NSObject