mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 13:27:39 +02:00
Move static EffectManager::DoEffect into new namespace
This commit is contained in:
@@ -796,7 +796,7 @@ bool MacroCommands::ApplyEffectCommand(
|
||||
EffectManager::kDontRepeatLast);
|
||||
else
|
||||
// and apply the effect...
|
||||
res = EffectManager::DoEffect(ID,
|
||||
res = EffectUI::DoEffect(ID,
|
||||
Context,
|
||||
EffectManager::kConfigured |
|
||||
EffectManager::kSkipState |
|
||||
@@ -831,7 +831,7 @@ bool MacroCommands::HandleTextualCommand( CommandManager &commandManager,
|
||||
{
|
||||
if (em.GetCommandIdentifier(plug->GetID()) == Str)
|
||||
{
|
||||
return EffectManager::DoEffect(
|
||||
return EffectUI::DoEffect(
|
||||
plug->GetID(), context,
|
||||
EffectManager::kConfigured);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user