]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/gauge.cpp
Fixed the code to actually work.
[wxWidgets.git] / samples / widgets / gauge.cpp
index e7d7eba3137139760f55907e4868d943a2ccd89b..477f8d429bf138dff75f928ed0a77a261efee944 100644 (file)
@@ -362,7 +362,7 @@ void GaugeWidgetsPage::OnUpdateUIResetButton(wxUpdateUIEvent& event)
     event.Enable( m_chkVert->GetValue() || m_chkSmooth->GetValue() );
 }
 
-void GaugeWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& event)
+void GaugeWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& WXUNUSED(event))
 {
     CreateGauge();
 }