]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/checkbox.mm
try to use 0/1 instead of the cstdlib' EXIT_SUCCESS/FAILURE constants to see if build...
[wxWidgets.git] / src / osx / cocoa / checkbox.mm
index 8e79189ed1eef16421a4a733b0553bfad09dbe80..b100875515f3c29d18bf8a73d177244b4823559a 100644 (file)
@@ -33,7 +33,6 @@ wxWidgetImplType* wxWidgetImpl::CreateCheckBox( wxWindowMac* wxpeer,
         [v setAllowsMixedState:YES];
         
     wxWidgetCocoaImpl* c = new wxWidgetCocoaImpl( wxpeer, v );
-    [v setImplementation:c];
     return c;
 }