adapting to init pattern

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2011-06-08 23:05:54 +00:00
parent 4892e67d72
commit 668e3f703e

View File

@ -64,7 +64,7 @@ wxDragResult NSDragOperationToWxDragResult(NSDragOperation code)
- (id)init
{
[super init];
self = [super init];
dragFinished = NO;
resultCode = NSDragOperationNone;
impl = 0;