X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4876ea44c2c698f85b448346433f4e78ab53063..520e470fdd0daef09c77938db642e4583933c90d:/src/gtk1/dcclient.cpp diff --git a/src/gtk1/dcclient.cpp b/src/gtk1/dcclient.cpp index f7ac59dc01..84d0cebf07 100644 --- a/src/gtk1/dcclient.cpp +++ b/src/gtk1/dcclient.cpp @@ -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;