X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..08b7c251c45573a76706a5bbd4e667e186e01f61:/include/wx/stubs/dc.h diff --git a/include/wx/stubs/dc.h b/include/wx/stubs/dc.h index f2c2ca6c4d..71f7f74845 100644 --- a/include/wx/stubs/dc.h +++ b/include/wx/stubs/dc.h @@ -137,7 +137,7 @@ class WXDLLEXPORT wxDC: public wxObject } virtual void DrawSpline( long x1, long y1, long x2, long y2, long x3, long y3 ); - virtual void DrawSpline( wxList *points ); + virtual void DrawSpline( wxList *points ) = 0; virtual void DrawSpline( int n, wxPoint points[] ); virtual bool CanDrawBitmap(void) const = 0; @@ -316,8 +316,6 @@ class WXDLLEXPORT wxDC: public wxObject return (long)((double)(y) * m_scaleY - 0.5); } - virtual void DrawOpenSpline( wxList *points ) = 0; - public: bool m_ok;