mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Make EXPERIMENTAL_EFFECTS_RACK compilable
This commit is contained in:
@@ -364,7 +364,7 @@ void OnShowClipping(const CommandContext &context)
|
||||
}
|
||||
|
||||
#if defined(EXPERIMENTAL_EFFECTS_RACK)
|
||||
void OnShowEffectsRack(const &WXUNUSED(context) )
|
||||
void OnShowEffectsRack(const CommandContext &WXUNUSED(context) )
|
||||
{
|
||||
EffectManager::Get().ShowRack();
|
||||
}
|
||||
|
Reference in New Issue
Block a user