1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-01 03:54:47 +02: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

@@ -430,7 +430,7 @@ public:
unsigned DoContextMenu
(const wxRect &rect,
wxWindow *pParent, wxPoint *pPosition) final override
wxWindow *pParent, wxPoint *pPosition, AudacityProject*) final override
{
(void)pParent;// Compiler food
(void)rect;// Compiler food