From: Robin Dunn Date: Mon, 1 Jan 2007 20:47:05 +0000 (+0000) Subject: fixed a compile error in one of the stub classes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aeffa0721d3fd59441de22c19b90eae39347911f?ds=inline fixed a compile error in one of the stub classes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index 1478709fd3..1b261790a0 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -255,9 +255,8 @@ public: virtual void StrokeLines( size_t , const wxPoint2DDouble *, const wxPoint2DDouble *) {} virtual void DrawLines( size_t , const wxPoint2DDouble *, int ) {} virtual void DrawRectangle( wxDouble , wxDouble , wxDouble , wxDouble ) {} - virtual void DrawRoundedRectangle( wxDouble , wxDouble , wxDouble , wxDouble , wxDouble ) {} virtual void DrawEllipse( wxDouble , wxDouble , wxDouble , wxDouble ) {} - virtual void DrawRoundedRectangle( wxDouble wxDouble , wxDouble , wxDouble , wxDouble ) {} + virtual void DrawRoundedRectangle( wxDouble , wxDouble , wxDouble , wxDouble , wxDouble ) {} virtual bool ShouldOffset() const { return false; } };