]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/radiobut_osx.cpp
Compilo
[wxWidgets.git] / src / osx / radiobut_osx.cpp
index a2908a0cf2d6f8382e1e14b2d98dd34d9cdb3e96..1ffcc72750547a63c1cb26c1cf65883f9288d9d6 100644 (file)
@@ -106,7 +106,7 @@ void wxRadioButton::Command(wxCommandEvent& event)
     ProcessCommand( event );
 }
 
-bool wxRadioButton::HandleClicked( double timestampsec )
+bool wxRadioButton::OSXHandleClicked( double timestampsec )
 {
     if ( !m_peer->ButtonClickDidStateChange() )
     {