Commit 32b311e4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: kill a warning

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8bbb90cc
......@@ -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 )
{
......
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