Add missing "const" to wxGridCellEditor::PaintBackground() documentation

Closes #17589.
This commit is contained in:
pb101
2016-03-28 21:29:09 +02:00
committed by Vadim Zeitlin
parent 2d096311c5
commit 105bd96319

View File

@@ -461,7 +461,7 @@ public:
Draws the part of the cell not occupied by the control: the base class
version just fills it with background colour from the attribute.
*/
virtual void PaintBackground(wxDC& dc, const wxRect& rectCell, wxGridCellAttr& attr);
virtual void PaintBackground(wxDC& dc, const wxRect& rectCell, const wxGridCellAttr& attr);
/**
Reset the value in the control back to its starting value.