]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
remove deprecated and constructor and SetModal() methods
[wxWidgets.git] / include / wx / generic / dcpsg.h
index a9f6822be21b6f5bb1e4660a5a69fb948cf90910..2d90c7fa64faf6835c7c964dc4f1cb6a3192e009 100644 (file)
@@ -105,7 +105,7 @@ protected:
     void DoDrawRoundedRectangle(wxCoord x, wxCoord y, wxCoord width, wxCoord height, double radius = 20);
     void DoDrawEllipse(wxCoord x, wxCoord y, wxCoord width, wxCoord height);
 #if wxUSE_SPLINES
-    void DoDrawSpline(wxList *points);
+    void DoDrawSpline(const wxPointList *points);
 #endif // wxUSE_SPLINES
     bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height,
                 wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop = wxCOPY, bool useMask = false,