1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01:00

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

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.) // Ignore it (a must on the Mac as the erasure causes problems.)
} }