]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobut.mm
using backward compatible calls for HitTest hack
[wxWidgets.git] / src / cocoa / radiobut.mm
index 5c4b6759d6b1dbba14034335a91b7508adcf326e..2384a73787750df9f8cd6db4c53617e357516159 100644 (file)
@@ -6,10 +6,13 @@
 // Created:     2003/03/16
 // RCS-ID:      $Id: 
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
+
+#if wxUSE_RADIOBTN
+
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/app.h"
@@ -158,3 +161,4 @@ void wxRadioButton::Cocoa_wxNSButtonAction(void)
     Command(event);
 }
 
+#endif