]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/slidrmsw.cpp
fixed warnings after GetFont prototype change
[wxWidgets.git] / src / msw / slidrmsw.cpp
index 48cfaf922abbf1559a4171afb0f10aee82c016b4..d91a39733acaecaf072d289edc618abbf81dced0 100644 (file)
@@ -349,7 +349,7 @@ void wxSliderMSW::DoSetSize(int x, int y, int width, int height, int sizeFlags)
   int cy;
   int cyf;
 
-  wxGetCharSize(GetHWND(), &cx, &cy,& this->GetFont());
+  wxGetCharSize(GetHWND(), &cx, &cy, this->GetFont());
 
   if ((m_windowStyle & wxSL_VERTICAL) != wxSL_VERTICAL)
   {