return false;
}
-void wxShape::SetPen(wxPen *the_pen)
+void wxShape::SetPen(const wxPen *the_pen)
{
m_pen = the_pen;
}
-void wxShape::SetBrush(wxBrush *the_brush)
+void wxShape::SetBrush(const wxBrush *the_brush)
{
m_brush = the_brush;
}
}
return * g_oglWhiteBackgroundBrush;
}
-