Commit a047c02b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MacOS: kill a warning

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 32b311e4109abe508fe7c17f9c32d0bb16fafa77)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a57e8570
...@@ -189,7 +189,7 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf, ...@@ -189,7 +189,7 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf,
{ {
vlc_object_t *p_object= VLC_OBJECT(getAout()); vlc_object_t *p_object= VLC_OBJECT(getAout());
if( p_object == NULL ) if( p_object == NULL )
p_object = pl_Get( VLCIntf ); p_object = (vlc_object_t *)pl_Get( VLCIntf );
if( p_object ) 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