Commit e589c149 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: compilation fix

parent 18381e4a
......@@ -204,7 +204,7 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf,
[o_eq_presets_popup selectItemAtIndex: i];
[o_eq_preamp_sld setFloatValue: eqz_preset_10b[i],f_preamp];
[o_eq_preamp_sld setFloatValue: eqz_preset_10b[i].f_preamp];
[self setBandSlidersValues: (float *)eqz_preset_10b[i].f_amp];
if( strcmp( psz_preset, "flat" ) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment