]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/playlist.cpp
qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.
[vlc] / modules / gui / qt4 / components / playlist / playlist.cpp
index 1403fc0ab76aa002d8aff35cd9663875142cb134..e8d654e4421488eb24a2ca991a185c68d3d0a9a2 100644 (file)
@@ -79,6 +79,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i,
     leftW->addWidget( artContainer );
 
     /* Initialisation of the playlist */
+    playlist_t * p_playlist = THEPL;
     PL_LOCK;
     playlist_item_t *p_root =
                   playlist_GetPreferredNode( THEPL, THEPL->p_local_category );