X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1aeefd997cc362c3b37c1587c5f08891b35c3a75..3af66122574386a2856e83ba9c5d73d27a6f3710:/lib/dvb/isection.h diff --git a/lib/dvb/isection.h b/lib/dvb/isection.h index f44c1632..1ed53699 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