From: Jean-Baptiste Kempf Date: Tue, 6 Dec 2011 12:53:06 +0000 (+0100) Subject: MacOS: kill a warning X-Git-Tag: 2.1.0-git~6748 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=32b311e4109abe508fe7c17f9c32d0bb16fafa77;p=vlc MacOS: kill a warning Signed-off-by: Jean-Baptiste Kempf --- diff --git a/modules/gui/macosx/AudioEffects.m b/modules/gui/macosx/AudioEffects.m index a2c56c741e..a8b5ebb3b7 100644 --- a/modules/gui/macosx/AudioEffects.m +++ b/modules/gui/macosx/AudioEffects.m @@ -189,7 +189,7 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf, { vlc_object_t *p_object= VLC_OBJECT(getAout()); if( p_object == NULL ) - p_object = pl_Get( VLCIntf ); + p_object = (vlc_object_t *)pl_Get( VLCIntf ); if( p_object ) {