]> git.sesse.net Git - vlc/commitdiff
MacOS: kill a warning
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 6 Dec 2011 12:53:06 +0000 (13:53 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 9 Dec 2011 13:45:28 +0000 (14:45 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/macosx/AudioEffects.m

index a2c56c741e8753d2a864e67a7a943841ef3b29b5..a8b5ebb3b7ca6566975f7a3ae6c06b845dbe8ff3 100644 (file)
@@ -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 )
     {