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

Pass AudacityProject* to more methods of UIHandle

This commit is contained in:
Paul Licameli
2019-05-21 13:36:29 -04:00
parent ba5ce23668
commit 4a5abc9e41
30 changed files with 39 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ UIHandle::~UIHandle()
{
}
void UIHandle::Enter(bool)
void UIHandle::Enter(bool, AudacityProject *)
{
}
@@ -36,7 +36,7 @@ bool UIHandle::HasEscape() const
return false;
}
bool UIHandle::Escape()
bool UIHandle::Escape(AudacityProject *)
{
return false;
}