]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/slider.cpp
Deprecate second parameter of wxSlider::SetTickFreq().
[wxWidgets.git] / src / palmos / slider.cpp
index 9db9fa3679d645992eec2469068710509d5fa887..53f08eeaaabde17086f578f1e54d95ce224a1471 100644 (file)
@@ -168,7 +168,7 @@ void wxSlider::SetRange(int WXUNUSED(minValue), int WXUNUSED(maxValue))
     // unsupported feature
 }
 
-void wxSlider::SetTickFreq(int WXUNUSED(n), int WXUNUSED(pos))
+void wxSlider::DoSetTickFreq(int WXUNUSED(n))
 {
     // unsupported feature
 }