diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-29 11:15:35 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-29 11:15:35 +0100 |
commit | ab30a600527ba467cda6474c3ab09d64fcbfacd6 (patch) | |
tree | 4d579c3e3abd25d65344373ddf30e923cf5e4862 /methods/http.h | |
parent | 9c76a88155c346666325339c5581a528d70b1f69 (diff) | |
parent | e449f717078978396b76a2fdae844196888d0211 (diff) |
merged from debian-sid
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; |