Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
[vuplus_dvbapp] / lib / network / httpd.h
index 30c3c03..1c6678b 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);