ソースを参照

ServerState is a struct and not a class (clang mismatch type warning)

David Kalnischkies 15 年 前
コミット
69718cedd5
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      methods/http.h

+ 1 - 1
methods/http.h

@@ -182,7 +182,7 @@ class HttpMethod : public pkgAcqMethod
    string AutoDetectProxyCmd;
 
    public:
-   friend class ServerState;
+   friend struct ServerState;
 
    FileFd *File;
    ServerState *Server;