From 86dfcab6b30c3757441d5c58b2497d778152b5e8 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 22 Mar 2019 11:20:37 -0400 Subject: [PATCH] Make EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT compilable --- src/menus/TransportMenus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menus/TransportMenus.cpp b/src/menus/TransportMenus.cpp index 0aaebf1f5..88984813a 100644 --- a/src/menus/TransportMenus.cpp +++ b/src/menus/TransportMenus.cpp @@ -667,7 +667,7 @@ void OnToggleSWPlaythrough(const CommandContext &WXUNUSED(context) ) } #ifdef EXPERIMENTAL_AUTOMATED_INPUT_LEVEL_ADJUSTMENT -void AudacityProject::OnToggleAutomatedInputLevelAdjustment( +void OnToggleAutomatedInputLevelAdjustment( const CommandContext &WXUNUSED(context) ) { bool AVEnabled;