after DECLARE_REF now all is private.. not public
[vuplus_dvbapp] / lib / dvb / esection.h
index 98d53b4..5dc84ec 100644 (file)
@@ -6,8 +6,7 @@
 
 class eGTable: public iObject, public Object
 {
-DECLARE_REF(eGTable);
-private:
+       DECLARE_REF(eGTable);
        ePtr<iDVBSectionReader> m_reader;
        eDVBTableSpec m_table;