1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

CellularPanel passes AudacityProject* to DoContextMenu() of cell

This commit is contained in:
Paul Licameli
2020-01-01 21:57:39 -05:00
parent 12bbafe013
commit 7dbca958a6
6 changed files with 7 additions and 6 deletions

View File

@@ -1597,7 +1597,7 @@ unsigned TrackPanelCell::HandleWheelRotation
}
unsigned TrackPanelCell::DoContextMenu
(const wxRect &, wxWindow*, wxPoint *)
(const wxRect &, wxWindow*, wxPoint *, AudacityProject*)
{
return RefreshCode::RefreshNone;
}