make pen/brush parameters const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-04-26 16:27:20 +00:00
parent 90daa6cd4a
commit d0363d3d2d
4 changed files with 10 additions and 10 deletions

View File

@@ -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: