1
0
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:
Paul Licameli
2019-02-11 19:49:29 -05:00
parent b4113aae35
commit 30c4ca70ee
3 changed files with 5 additions and 4 deletions

View File

@@ -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();
}