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