add virtual destructor because of iObject
[enigma2.git] / lib / nav / playlist.cpp
index 48919922a83bb4f5b9f5caf8736d5d1e54744bad..7a96bcda16dafa906778e7560cb5a02ee29be9cb 100644 (file)
@@ -5,3 +5,7 @@ DEFINE_REF(ePlaylist);
 ePlaylist::ePlaylist(): ref(0)
 {
 }
 ePlaylist::ePlaylist(): ref(0)
 {
 }
+
+ePlaylist::~ePlaylist()
+{
+}