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:
@@ -1597,7 +1597,7 @@ unsigned TrackPanelCell::HandleWheelRotation
|
||||
}
|
||||
|
||||
unsigned TrackPanelCell::DoContextMenu
|
||||
(const wxRect &, wxWindow*, wxPoint *)
|
||||
(const wxRect &, wxWindow*, wxPoint *, AudacityProject*)
|
||||
{
|
||||
return RefreshCode::RefreshNone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user