X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3b3028467ceccca0b73a8f53051c0fa4de313111..3685f84d8c0abfbddd12e034561e5f3fe8cbf2eb:/methods/http.h diff --git a/methods/http.h b/methods/http.h index da6139b02..e06a046ef 100644 --- a/methods/http.h +++ b/methods/http.h @@ -128,7 +128,7 @@ class HttpMethod : public ServerMethod virtual bool Configuration(std::string Message) APT_OVERRIDE; - virtual ServerState * CreateServerState(URI uri) APT_OVERRIDE; + virtual std::unique_ptr CreateServerState(URI const &uri) APT_OVERRIDE; virtual void RotateDNS() APT_OVERRIDE; protected: