Fixes after stock gdi changes within core library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -684,7 +684,7 @@ bool wxShape::GetPerimeterPoint(double WXUNUSED(x1), double WXUNUSED(y1),
|
||||
return false;
|
||||
}
|
||||
|
||||
void wxShape::SetPen(wxPen *the_pen)
|
||||
void wxShape::SetPen(const wxPen *the_pen)
|
||||
{
|
||||
m_pen = the_pen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user