diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-28 15:49:45 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-28 15:49:45 +0100 |
commit | f1ffbc5001afa705e347dcdbcda1c8a54a90372b (patch) | |
tree | b07162396d07709d199e65d9182d82a635c051dd /methods | |
parent | 8293f00b642e77908dd1c8cedf1f21ec6e7e1653 (diff) | |
parent | aa833344f36bb81fb79c9d1dbe8f9240a00fc645 (diff) |
merged from donkult
Diffstat (limited to 'methods')
-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; |