aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/Ui/skinned/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/playlist.h b/src/plugins/Ui/skinned/playlist.h
index ef10d240b..80adaf3c7 100644
--- a/src/plugins/Ui/skinned/playlist.h
+++ b/src/plugins/Ui/skinned/playlist.h
@@ -49,8 +49,8 @@ class PlayList : public QWidget
Q_OBJECT
public:
PlayList (PlayListManager *manager, QWidget *parent = 0);
+ virtual ~PlayList();
- ~PlayList();
void load (PlayListItem *);
void readSettings();
PlayListItem *currentItem();