fix pid changes
[enigma2.git] / lib / network / httpd.h
index 30c3c0324d7e27197bb7c292c9e209f368de05ad..1c6678b009313b9f0c253d10e9762eaf49651474 100644 (file)
@@ -41,8 +41,7 @@ typedef ePtr<eHTTPDataSource> eHTTPDataSourcePtr;
 
 class eHTTPError: public eHTTPDataSource
 {
-       DECLARE_REF;
-private:
+       DECLARE_REF(eHTTPError);
        int errcode;
 public:
        eHTTPError(eHTTPConnection *c, int errcode);