- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[enigma2.git] / lib / dvb / esection.h
index 6b8c87843fcede09df35054522dccc12114f012d..df0b93e53bc2e90c64a62d7f398ab8865984e69c 100644 (file)
@@ -6,7 +6,7 @@
 
 class eGTable: public iObject, public Object
 {
-DECLARE_REF;
+DECLARE_REF(eGTable);
 private:
        ePtr<iDVBSectionReader> m_reader;
        eDVBTableSpec m_table;