]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dcclient.cpp
no message
[wxWidgets.git] / src / gtk1 / dcclient.cpp
index f7ac59dc01e65de0cff7e9c6d6ad01b22cbb80c5..84d0cebf07aecfdb9e36265829d18f9ff460f9f2 100644 (file)
@@ -1013,7 +1013,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;
 {
     wxPoint *p;
     double           cx1, cy1, cx2, cy2, cx3, cy3, cx4, cy4;