ProcessCommand( event );
}
-bool wxRadioButton::OSXHandleClicked( double timestampsec )
+bool wxRadioButton::OSXHandleClicked( double WXUNUSED(timestampsec) )
{
if ( !m_peer->ButtonClickDidStateChange() )
{
}
void wxRadioButton::RemoveFromCycle()
-{
+{
if ((m_cycle == NULL) || (m_cycle == this))
return;