X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e50156a91ed81be0b9b00b7bdaab60ee17130bf5..d7ab8980f447224e6ece5d741dd9a334949ca315:/lib/dvb/esection.h diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h index ae806652..2bb17a98 100644 --- a/lib/dvb/esection.h +++ b/lib/dvb/esection.h @@ -15,7 +15,7 @@ class eGTable: public iObject, public Object unsigned int m_tries; - eTimer *m_timeout; + ePtr m_timeout; void sectionRead(const __u8 *data); void timeout(); @@ -189,7 +189,7 @@ public: next=0; first=0; - assert(current->ready); + ASSERT(current->ready); /*emit*/ tableReady(0);