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:
@@ -796,7 +796,7 @@ void wxWebKitCtrl::MacVisibilityChanged(){
|
|||||||
|
|
||||||
- initWithWxWindow: (wxWebKitCtrl*)inWindow
|
- initWithWxWindow: (wxWebKitCtrl*)inWindow
|
||||||
{
|
{
|
||||||
[super init];
|
self = [super init];
|
||||||
webKitWindow = inWindow; // non retained
|
webKitWindow = inWindow; // non retained
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
@@ -877,7 +877,7 @@ void wxWebKitCtrl::MacVisibilityChanged(){
|
|||||||
|
|
||||||
- initWithWxWindow: (wxWebKitCtrl*)inWindow
|
- initWithWxWindow: (wxWebKitCtrl*)inWindow
|
||||||
{
|
{
|
||||||
[super init];
|
self = [super init];
|
||||||
webKitWindow = inWindow; // non retained
|
webKitWindow = inWindow; // non retained
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user