adjust init to standard

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-08-16 12:17:59 +00:00
parent 3e7c34b5a1
commit ee44283198

View File

@@ -796,7 +796,7 @@ void wxWebKitCtrl::MacVisibilityChanged(){
- initWithWxWindow: (wxWebKitCtrl*)inWindow
{
[super init];
self = [super init];
webKitWindow = inWindow; // non retained
return self;
}
@@ -877,7 +877,7 @@ void wxWebKitCtrl::MacVisibilityChanged(){
- initWithWxWindow: (wxWebKitCtrl*)inWindow
{
[super init];
self = [super init];
webKitWindow = inWindow; // non retained
return self;
}