mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
Fix argument error, found using override!
This commit is contained in:
parent
d1a6f073ff
commit
970205527b
@ -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.)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user