]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobut.cpp
Typos fixed.
[wxWidgets.git] / src / gtk / radiobut.cpp
index a3446422f766ad7d494f518145bb798defbac956..8ccd9ef3c03431ccdf4c5638d69fb579333dcb82 100644 (file)
@@ -129,7 +129,7 @@ void wxRadioButton::SetValue( bool val )
         gtk_toggle_button_set_state( GTK_TOGGLE_BUTTON(m_theOtherRadioButtton), TRUE );
 }
 
-bool wxRadioButton::GetValue(void) const
+bool wxRadioButton::GetValue() const
 {
     wxCHECK_MSG( m_widget != NULL, FALSE, _T("invalid radiobutton") );