X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce3e37f1ec132626ff2c75de8aa7c8b0b25aae11..9f556d1dd6a06524c0d5419862836b9f0e9e6e1d:/contrib/include/wx/gizmos/multicell.h diff --git a/contrib/include/wx/gizmos/multicell.h b/contrib/include/wx/gizmos/multicell.h index 534e6a4d15..decffefbe9 100644 --- a/contrib/include/wx/gizmos/multicell.h +++ b/contrib/include/wx/gizmos/multicell.h @@ -96,7 +96,7 @@ public: bool SetColumnWidth(int column, int colSize = 5, bool expandable = false); bool SetRowHeight(int row, int rowSize = 5, bool expandable = false); bool EnableGridLines(wxWindow *win); - bool SetGridPen(wxPen *pen); + bool SetGridPen(const wxPen *pen); void OnPaint(wxDC& dc); private: