From: Felix Paul Kühne Date: Fri, 22 Jul 2011 08:56:37 +0000 (+0200) Subject: macosx: compilation fix X-Git-Tag: 1.2.0-pre1~1663 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e589c1491c3c4fdc5a121307d2e4011511370891;p=vlc macosx: compilation fix --- diff --git a/modules/gui/macosx/AudioEffects.m b/modules/gui/macosx/AudioEffects.m index 8765b0537d..333b6380e6 100644 --- a/modules/gui/macosx/AudioEffects.m +++ b/modules/gui/macosx/AudioEffects.m @@ -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" ) )