]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobut.mm
Fixed bad merge...
[wxWidgets.git] / src / cocoa / radiobut.mm
index f45413d919da99c27ac5ccde4c70d72d885644b3..d5502f3d38832313153e9c9d42738148986a6e14 100644 (file)
@@ -120,7 +120,7 @@ wxRadioButton::~wxRadioButton()
         m_radioMaster = NULL;
     }
     // normal stuff
-    DisassociateNSButton(m_cocoaNSView);
+    DisassociateNSButton(GetNSButton());
 }
 
 void wxRadioButton::SetValue(bool value)