]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/panels.hpp
Some more playlist code
[vlc] / modules / gui / qt4 / components / playlist / panels.hpp
index ada46d568b23e422653e64c61ec0d1b67f38b799..4596cfc6f4ccd750bd6a5168cfd745f916c0e0ad 100644 (file)
@@ -36,7 +36,7 @@ public:
     {
         p_intf = _p_intf;
     }
-    virtual ~PLPanel();
+    virtual ~PLPanel() {};
 private:
     intf_thread_t *p_intf;
 };
@@ -46,7 +46,7 @@ class StandardPLPanel: public PLPanel
 {
     Q_OBJECT;
 public:
-    StandardPLPanel( QWidget *, intf_thread_t * );
+    StandardPLPanel( QWidget *, intf_thread_t *, playlist_item_t * );
     virtual ~StandardPLPanel();
 };