summaryrefslogtreecommitdiff
path: root/methods/http.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-05-17 15:13:56 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-05-17 15:13:56 +0200
commit69718cedd506a7af6055be4fe47e484494e6e0b2 (patch)
tree55df719ac49654f4bf7fb16be4a9187b3132c0d5 /methods/http.h
parent59152cdb480c75773f17dd3f24922bcc9ce2213e (diff)
ServerState is a struct and not a class (clang mismatch type warning)
Diffstat (limited to 'methods/http.h')
-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;