Explorar o código

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

David Kalnischkies %!s(int64=15) %!d(string=hai) anos
pai
achega
69718cedd5
Modificáronse 1 ficheiros con 1 adicións e 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;