X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ec6bd20af5fe4687964644b56fe10071da15e1..3abcf424a3e250f5537f9f076d3fb86a925e2547:/contrib/samples/ogl/ogledit/doc.h diff --git a/contrib/samples/ogl/ogledit/doc.h b/contrib/samples/ogl/ogledit/doc.h index 912d81c15b..741d4c7062 100644 --- a/contrib/samples/ogl/ogledit/doc.h +++ b/contrib/samples/ogl/ogledit/doc.h @@ -154,7 +154,7 @@ class DiagramCommand: public wxCommand bool deleteShape; // Storage for property commands - wxBrush *shapeBrush; + const wxBrush *shapeBrush; wxPen *shapePen; wxString shapeLabel; public: