]> git.sesse.net Git - vlc/commitdiff
qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 16 Jul 2008 22:15:06 +0000 (00:15 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 16 Jul 2008 22:15:06 +0000 (00:15 +0200)
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 );