bool wxRadioButton::GetValue() const
{
- return m_peer->GetValue();
+ return m_peer->GetValue() != 0;
}
void wxRadioButton::Command(wxCommandEvent& event)
ProcessCommand( event );
}
-bool wxRadioButton::OSXHandleClicked( double timestampsec )
+bool wxRadioButton::OSXHandleClicked( double WXUNUSED(timestampsec) )
{
if ( !m_peer->ButtonClickDidStateChange() )
{