- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[vuplus_dvbapp] / lib / nav / core.h
index c049e43..6c94fe2 100644 (file)
@@ -8,7 +8,7 @@
 
 class eNavigation: public iObject, public Object
 {
-       DECLARE_REF;
+       DECLARE_REF(eNavigation);
 private:
        ePtr<iPlayableService> m_runningService;
        ePtr<iServiceHandler> m_servicehandler;