Sfoglia il codice sorgente

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

David Kalnischkies 15 anni fa
parent
commit
69718cedd5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;