Procházet zdrojové kódy

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

David Kalnischkies před 15 roky
rodič
revize
69718cedd5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;