X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..2add9e3c2f07bdb9234fbf3b84dda6b04d5ed598:/contrib/src/gizmos/multicell.cpp?ds=sidebyside diff --git a/contrib/src/gizmos/multicell.cpp b/contrib/src/gizmos/multicell.cpp index 07f88faa17..b9351e00de 100644 --- a/contrib/src/gizmos/multicell.cpp +++ b/contrib/src/gizmos/multicell.cpp @@ -4,7 +4,7 @@ // Author: Jonathan Bayer // Modified by: // Created: -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) Jonathan Bayer // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -198,7 +198,7 @@ bool wxMultiCellSizer::EnableGridLines(wxWindow *win) return true; } //--------------------------------------------------------------------------- -bool wxMultiCellSizer::SetGridPen(wxPen *pen) +bool wxMultiCellSizer::SetGridPen(const wxPen *pen) { m_pen = pen; return true; @@ -651,4 +651,3 @@ void wxMultiCellCanvas :: CalculateConstraints() } /*** End of File ***/ -