]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/menu.mm
Applied Blit system options optimization to StretchBlit
[wxWidgets.git] / src / osx / cocoa / menu.mm
index 346b992bf3c9cea3be0ae5f10090e6360e850ee8..22fabe534468999459a46df9ebc5ec4e60328732 100644 (file)
@@ -38,7 +38,7 @@
 
 - (id) initWithTitle:(NSString*) title
 {
 
 - (id) initWithTitle:(NSString*) title
 {
-    [super initWithTitle:title];
+    self = [super initWithTitle:title];
     impl = NULL;
     return self;
 }
     impl = NULL;
     return self;
 }
@@ -69,7 +69,7 @@
 
 - (id) init
 {
 
 - (id) init
 {
-    [super init];
+    self = [super init];
     return self;
 }
 
     return self;
 }