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

MacOS: use VLC_OBJECT

(cherry picked from commit fde8edfe5de05237782e463e07c1043778390bd4)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9314309f
...@@ -187,9 +187,9 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf, ...@@ -187,9 +187,9 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf,
- (void)setupEqualizer - (void)setupEqualizer
{ {
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 = (vlc_object_t *)pl_Get( VLCIntf ); p_object = VLC_OBJECT(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