1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

Make EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT compilable

This commit is contained in:
Paul Licameli
2019-03-22 11:20:37 -04:00
parent f45300f032
commit 86dfcab6b3

View File

@@ -667,7 +667,7 @@ void OnToggleSWPlaythrough(const CommandContext &WXUNUSED(context) )
} }
#ifdef EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT #ifdef EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT
void AudacityProject::OnToggleAutomatedInputLevelAdjustment( void OnToggleAutomatedInputLevelAdjustment(
const CommandContext &WXUNUSED(context) ) const CommandContext &WXUNUSED(context) )
{ {
bool AVEnabled; bool AVEnabled;