- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[vuplus_dvbapp] / lib / dvb / list.h
index 6df4980..80ad20e 100644 (file)
@@ -3,7 +3,7 @@
 
 class eDVBTransponderList: iDVBChannelList
 {
-       DECLARE_REF;
+       DECLARE_REF(eDVBTransponderList);
 private:
        std::map<eDVBChannelID, ePtr<iDVBFrontendParameters> > channels;
 public: