]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/slider.cpp
the wx part knows better whether it has the focus (may be the embedded NSView, not...
[wxWidgets.git] / src / os2 / slider.cpp
index 83752dd30b0bbe75d50dd71d248b46562050ca98..c55d438bb234259c12413db024f8adb9f881d190 100644 (file)
@@ -1074,7 +1074,7 @@ void wxSlider::SetTick(
 } // end of wxSlider::SetTick
 
 // For trackbars only
-void wxSlider::SetTickFreq( int n, int WXUNUSED(nPos) )
+void wxSlider::DoSetTickFreq( int n )
 {
     SLDCDATA  vSlData;
     WNDPARAMS vWndParams;