diff options
Diffstat (limited to 'lib/dvb/isection.h')
| -rw-r--r-- | lib/dvb/isection.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<void,const __u8*> &read, ePtr<eConnection> &conn)=0; + virtual ~iDVBSectionReader() { }; }; #endif |
