X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce3e37f1ec132626ff2c75de8aa7c8b0b25aae11..4614c8e52801a1565198f352fdfc26ef9d3e5e5c:/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; }