Просмотр исходного кода

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

David Kalnischkies лет назад: 15
Родитель
Сommit
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;
    string AutoDetectProxyCmd;
 
 
    public:
    public:
-   friend class ServerState;
+   friend struct ServerState;
 
 
    FileFd *File;
    FileFd *File;
    ServerState *Server;
    ServerState *Server;