yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,
[vuplus_dvbapp] / lib / nav / playlist.cpp
1 #include <lib/nav/playlist.h>
2
3 DEFINE_REF(ePlaylist);
4
5 ePlaylist::ePlaylist(): ref(0)
6 {
7 }
8
9 ePlaylist::~ePlaylist()
10 {
11 }