diff --git a/src/effects/NoiseReduction.cpp b/src/effects/NoiseReduction.cpp index 1b9c7672a..2539e1f4b 100644 --- a/src/effects/NoiseReduction.cpp +++ b/src/effects/NoiseReduction.cpp @@ -1809,7 +1809,7 @@ void EffectNoiseReduction::Dialog::PopulateOrExchange(ShuttleGui & S) S.SetStretchyCol(2); { for (int id = END_OF_BASIC_SLIDERS; id < END_OF_ADVANCED_SLIDERS; id += 2) { - const ControlInfo &info = controlInfo[(id - FIRST_SLIDER) / 2]; + const ControlInfo &info = controlInfo()[(id - FIRST_SLIDER) / 2]; info.CreateControls(id, S); } }