]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/notebook.mm
Set the menu itself as event object for EVT_MENU_{OPEN,CLOSED} in wxMSW.
[wxWidgets.git] / src / osx / cocoa / notebook.mm
index 2adea3cbbc6dbb0aa35991fbdd71b3f0b59632ec..ff4e70b7c7da5bbf088dd81828285915c709365c 100644 (file)
@@ -49,7 +49,7 @@
 
 - (id) init
 {
-    [super init];
+    self = [super init];
     return self;
 }