Commit f6602196 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Silent a harmless warning.

parent 139d41eb
...@@ -386,7 +386,7 @@ static VLCInfo *_o_sharedInstance = nil; ...@@ -386,7 +386,7 @@ static VLCInfo *_o_sharedInstance = nil;
input_item_SetLanguage( p_item, utf8( o_language_txt ) ); input_item_SetLanguage( p_item, utf8( o_language_txt ) );
playlist_t * p_playlist = pl_Hold( VLCIntf ); playlist_t * p_playlist = pl_Hold( VLCIntf );
input_item_WriteMeta( p_playlist, p_item ); input_item_WriteMeta( VLC_OBJECT(p_playlist), p_item );
var_SetBool( p_playlist, "intf-change", true ); var_SetBool( p_playlist, "intf-change", true );
[self updatePanelWithItem: p_item]; [self updatePanelWithItem: p_item];
......
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