mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
Fix argument error, found using override!
This commit is contained in:
@@ -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.)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user