mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 23:55:50 +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.)
|
// Ignore it (a must on the Mac as the erasure causes problems.)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user