From: David Kalnischkies Date: Tue, 17 May 2011 13:13:56 +0000 (+0200) Subject: ServerState is a struct and not a class (clang mismatch type warning) X-Git-Tag: 0.8.15~4^2~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/69718cedd506a7af6055be4fe47e484494e6e0b2 ServerState is a struct and not a class (clang mismatch type warning) --- diff --git a/methods/http.h b/methods/http.h index 0bc019e77..aa96c6810 100644 --- a/methods/http.h +++ b/methods/http.h @@ -182,7 +182,7 @@ class HttpMethod : public pkgAcqMethod string AutoDetectProxyCmd; public: - friend class ServerState; + friend struct ServerState; FileFd *File; ServerState *Server;