adapting to init pattern

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-06-08 22:48:29 +00:00
parent bbfd454841
commit f599a41509
5 changed files with 12 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
- (id) init
{
[super init];
self = [super init];
return self;
}