diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-17 15:13:56 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-05-17 15:13:56 +0200 |
commit | 69718cedd506a7af6055be4fe47e484494e6e0b2 (patch) | |
tree | 55df719ac49654f4bf7fb16be4a9187b3132c0d5 /methods/http.h | |
parent | 59152cdb480c75773f17dd3f24922bcc9ce2213e (diff) |
ServerState is a struct and not a class (clang mismatch type warning)
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |