summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-06-28 15:49:45 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-06-28 15:49:45 +0100
commitf1ffbc5001afa705e347dcdbcda1c8a54a90372b (patch)
treeb07162396d07709d199e65d9182d82a635c051dd /methods
parent8293f00b642e77908dd1c8cedf1f21ec6e7e1653 (diff)
parentaa833344f36bb81fb79c9d1dbe8f9240a00fc645 (diff)
merged from donkult
Diffstat (limited to 'methods')
-rw-r--r--methods/http.h2
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;