rotor turning with measure input power is now working
[enigma2.git] / lib / dvb / isection.h
index f44c163246b630a40fb88e64f507c3820818f40a..1ed53699158f3260ae99ef523c0da10336e0a721 100644 (file)
@@ -48,6 +48,7 @@ public:
        virtual RESULT start(const eDVBSectionFilterMask &mask)=0;
        virtual RESULT stop()=0;
        virtual RESULT connectRead(const Slot1<void,const __u8*> &read, ePtr<eConnection> &conn)=0;
+       virtual ~iDVBSectionReader() { };
 };
 
 #endif