X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fplaylist%2Fpanels.hpp;h=c57400836c20bd3f0c3ffe019e543a8c5cd02829;hp=4596cfc6f4ccd750bd6a5168cfd745f916c0e0ad;hb=596ccd7682678e4416d193eef9ddc80fa6cf2f7e;hpb=f2627995b642c9130901a87d8b98e1141b2aefce diff --git a/modules/gui/qt4/components/playlist/panels.hpp b/modules/gui/qt4/components/playlist/panels.hpp index 4596cfc6f4..c57400836c 100644 --- a/modules/gui/qt4/components/playlist/panels.hpp +++ b/modules/gui/qt4/components/playlist/panels.hpp @@ -46,7 +46,7 @@ class StandardPLPanel: public PLPanel { Q_OBJECT; public: - StandardPLPanel( QWidget *, intf_thread_t *, playlist_item_t * ); + StandardPLPanel( QWidget *, intf_thread_t *, playlist_t *,playlist_item_t * ); virtual ~StandardPLPanel(); };