X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce3e37f1ec132626ff2c75de8aa7c8b0b25aae11..1215ec07d82d1b70402fe32293752f77d3d593fd:/contrib/src/ogl/basic.cpp diff --git a/contrib/src/ogl/basic.cpp b/contrib/src/ogl/basic.cpp index 6ed61e7e0e..ab9c5a8334 100644 --- a/contrib/src/ogl/basic.cpp +++ b/contrib/src/ogl/basic.cpp @@ -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; }