]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/dcclient.cpp
fixed the vsprintf() problem once and for all
[wxWidgets.git] / src / stubs / dcclient.cpp
index 53a84e692805bacb758b493153bf69fb8342bd8f..46448bfa7a9c75cbe61805b6f63048defbb4b6e8 100644 (file)
@@ -569,7 +569,7 @@ static void wx_spline_draw_point_array(wxDC *dc)
   }
 }
 
-void wxPaintDC::DrawOpenSpline( wxList *points )
+void wxPaintDC::DrawSpline( wxList *points )
 {
     wxPoint *p;
     double           cx1, cy1, cx2, cy2, cx3, cy3, cx4, cy4;