]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
Deprecate second parameter of wxSlider::SetTickFreq().
[wxWidgets.git] / samples / controls / controls.cpp
index e95eda9e445c7cb6a3ad4e8535ef6b7a2901a10a..79e9eebecf408231952a19c8be0f4395ed4aa938 100644 (file)
@@ -855,7 +855,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
     m_slider = new wxSlider( panel, ID_SLIDER, 0, 0, 200,
                              wxDefaultPosition, wxSize(155,wxDefaultCoord),
                              wxSL_AUTOTICKS | wxSL_LABELS);
-    m_slider->SetTickFreq(40, 0);
+    m_slider->SetTickFreq(40);
     sz->Add( m_slider, 0, wxALL, 10 );
 
     m_gaugeVert = new wxGauge( panel, wxID_ANY, 100,