]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a compile error in one of the stub classes
authorRobin Dunn <robin@alldunn.com>
Mon, 1 Jan 2007 20:47:05 +0000 (20:47 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 1 Jan 2007 20:47:05 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_graphics.i

index 1478709fd38b032e231741a15d84cfe26ec80a49..1b261790a0515a6d1c555aeb2c916796f8ceefac 100644 (file)
@@ -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; }
 };