- hopefully fixed some python/refcount stuff (__deref__ is still evil!)
[vuplus_dvbapp] / lib / network / xmlrpc.h
index 05fd3cc..b43e8e3 100644 (file)
@@ -71,7 +71,7 @@ int xmlrpc_checkArgs(std::string args, std::vector<eXMLRPCVariant>&, ePtrList<eX
 
 class eHTTPXMLRPCResolver: public iHTTPPathResolver
 {
 
 class eHTTPXMLRPCResolver: public iHTTPPathResolver
 {
-       DECLARE_REF;
+       DECLARE_REF(eHTTPXMLRPCResolver);
 public:
        eHTTPXMLRPCResolver();
        eHTTPDataSource *getDataSource(std::string request, std::string path, eHTTPConnection *conn);
 public:
        eHTTPXMLRPCResolver();
        eHTTPDataSource *getDataSource(std::string request, std::string path, eHTTPConnection *conn);