- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[enigma2.git] / lib / service / servicefs.cpp
index 5a945679f9e3ec857052037095e1bf489e6a704e..9db85028197bc85ecac20a5677117625f83fa681 100644 (file)
@@ -14,7 +14,7 @@
 
 class eStaticServiceFSInformation: public iStaticServiceInformation
 {
-       DECLARE_REF;
+       DECLARE_REF(eStaticServiceFSInformation);
 public:
        RESULT getName(const eServiceReference &ref, std::string &name);
 };