ServerState is a struct and not a class (clang mismatch type warning)
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 17 May 2011 13:13:56 +0000 (15:13 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 17 May 2011 13:13:56 +0000 (15:13 +0200)
methods/http.h

index 0bc019e..aa96c68 100644 (file)
@@ -182,7 +182,7 @@ class HttpMethod : public pkgAcqMethod
    string AutoDetectProxyCmd;
 
    public:
-   friend class ServerState;
+   friend struct ServerState;
 
    FileFd *File;
    ServerState *Server;