Explorar el Código

ServerState is a struct and not a class (clang mismatch type warning)

David Kalnischkies hace 15 años
padre
commit
69718cedd5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      methods/http.h

+ 1 - 1
methods/http.h

@@ -182,7 +182,7 @@ class HttpMethod : public pkgAcqMethod
    string AutoDetectProxyCmd;
 
    public:
-   friend class ServerState;
+   friend struct ServerState;
 
    FileFd *File;
    ServerState *Server;