From: Pierre d'Herbemont Date: Wed, 16 Jul 2008 22:15:06 +0000 (+0200) Subject: qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist. X-Git-Tag: 0.9.0-test3~411 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=15aaa8cbccef8a95dfc7b3bff937c70b4c459c34;p=vlc qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist. --- diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp index 1403fc0ab7..e8d654e442 100644 --- a/modules/gui/qt4/components/playlist/playlist.cpp +++ b/modules/gui/qt4/components/playlist/playlist.cpp @@ -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 );