rename a baseclass wizard for further wizards
[vuplus_dvbapp] / lib / dvb / esection.h
index 6b8c878..2d71eef 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef __esection_h
 #define __esection_h
 
-#include <lib/dvb/isection.h>
+#include <lib/dvb/idemux.h>
 #include <set>
 
 class eGTable: public iObject, public Object
 {
-DECLARE_REF;
+DECLARE_REF(eGTable);
 private:
        ePtr<iDVBSectionReader> m_reader;
        eDVBTableSpec m_table;