wxDrawObject::Draw vritual and non const wxDCBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3210d001bf
commit
fc4e7a035c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public:
|
|||
|
||||
virtual ~wxDrawObject() { }
|
||||
|
||||
void Draw(const wxDCBase& dc) const { }
|
||||
virtual void Draw(wxDCBase& dc) const { }
|
||||
|
||||
virtual void CalcBoundingBox(wxCoord x, wxCoord y)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue