]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/slider.cpp
Fix wxBase compilation with UTF-8-based wxString under MSW.
[wxWidgets.git] / src / os2 / slider.cpp
index 83752dd30b0bbe75d50dd71d248b46562050ca98..b15c673c1e14c0ea57c2e67bbbac23586b237b5f 100644 (file)
@@ -368,7 +368,7 @@ bool wxSlider::Create(
                                                  ,NULL                     // no control data
                                                  ,NULL                     // no Presentation parameters
                                                 );
-        if (GetFont().Ok())
+        if (GetFont().IsOk())
         {
             if (GetFont().GetResourceHandle())
             {
@@ -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;