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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user