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
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user