- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[enigma2.git] / lib / service / listboxservice.h
index 9d0cb7217744830716e0ea7dbb8c83609bdb5d61..231bab1625bbb36385229acd8d59467cebdecdd2 100644 (file)
@@ -8,7 +8,7 @@ class eServiceCenter;
 
 class eListboxServiceContent: public virtual iListboxContent
 {
-       DECLARE_REF;
+       DECLARE_REF(eListboxServiceContent);
 public:
        eListboxServiceContent();
        void setRoot(const eServiceReference &ref);