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

MacOS: use VLC_OBJECT

parent 76ab0c70
......@@ -187,9 +187,9 @@ static bool GetEqualizerStatus( intf_thread_t *p_custom_intf,
- (void)setupEqualizer
{
vlc_object_t *p_object= VLC_OBJECT(getAout());
vlc_object_t *p_object = VLC_OBJECT(getAout());
if( p_object == NULL )
p_object = (vlc_object_t *)pl_Get( VLCIntf );
p_object = VLC_OBJECT(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