X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fisection.h;h=1ed53699158f3260ae99ef523c0da10336e0a721;hp=f44c163246b630a40fb88e64f507c3820818f40a;hb=4bc08995411e21f3564f09e136809be68ddf96a8;hpb=6b7b7977a92c9a092763bf699cba85347f9f2ec6 diff --git a/lib/dvb/isection.h b/lib/dvb/isection.h index f44c163..1ed5369 100644 --- a/lib/dvb/isection.h +++ b/lib/dvb/isection.h @@ -48,6 +48,7 @@ public: virtual RESULT start(const eDVBSectionFilterMask &mask)=0; virtual RESULT stop()=0; virtual RESULT connectRead(const Slot1 &read, ePtr &conn)=0; + virtual ~iDVBSectionReader() { }; }; #endif