]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
playlist_NodeAddInput() prototype changed, this commit fixes building of wxwidgets...
[vlc] / modules / gui / macosx / playlist.m
index c21d79d72e13d5d29146d9008ee2727cb834a2f5..f9176885b06a2af9c9bb7562c964d9f8f8b8ddb0 100644 (file)
@@ -1053,7 +1053,7 @@ NSLog( @"expandable" );
        playlist_NodeAddInput( p_playlist, p_input, p_node,
                                       PLAYLIST_INSERT,
                                       i_position == -1 ?
-                                      PLAYLIST_END : i_position + i_item );
+                                      PLAYLIST_END : i_position + i_item, VLC_FALSE );
 
 
         if( i_item == 0 && !b_enqueue )