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:
parent
4892e67d72
commit
668e3f703e
@ -64,7 +64,7 @@ wxDragResult NSDragOperationToWxDragResult(NSDragOperation code)
|
||||
|
||||
- (id)init
|
||||
{
|
||||
[super init];
|
||||
self = [super init];
|
||||
dragFinished = NO;
|
||||
resultCode = NSDragOperationNone;
|
||||
impl = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user