numberzap accepts a maximum of 4 digits
[enigma2.git] / lib / dvb / esection.h
index 6b8c87843fcede09df35054522dccc12114f012d..2d71eef8531922151dcefc9c8dac396a98ae2651 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef __esection_h
 #define __esection_h
 
 #ifndef __esection_h
 #define __esection_h
 
-#include <lib/dvb/isection.h>
+#include <lib/dvb/idemux.h>
 #include <set>
 
 class eGTable: public iObject, public Object
 {
 #include <set>
 
 class eGTable: public iObject, public Object
 {
-DECLARE_REF;
+DECLARE_REF(eGTable);
 private:
        ePtr<iDVBSectionReader> m_reader;
        eDVBTableSpec m_table;
 private:
        ePtr<iDVBSectionReader> m_reader;
        eDVBTableSpec m_table;