Fix argument error, found using override!

This commit is contained in:
Paul Licameli 2016-02-23 13:53:32 -05:00
parent d1a6f073ff
commit 970205527b
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ public:
{
}
virtual void PaintBackground(const wxRect& WXUNUSED(rectCell), wxGridCellAttr * WXUNUSED(attr))
void PaintBackground(wxDC&, const wxRect& WXUNUSED(rectCell), const wxGridCellAttr & WXUNUSED(attr)) override
{
// Ignore it (a must on the Mac as the erasure causes problems.)
}