diff options
Diffstat (limited to '')
-rw-r--r-- | src/HTTP/UrlClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTTP/UrlClient.h b/src/HTTP/UrlClient.h index ac772235e..02c7cb89c 100644 --- a/src/HTTP/UrlClient.h +++ b/src/HTTP/UrlClient.h @@ -86,7 +86,7 @@ public: for such a response; instead, the redirect is silently attempted. */ virtual void OnRedirecting(const AString & a_NewLocation) {} }; - typedef UniquePtr<cCallbacks> cCallbacksPtr; + typedef std::unique_ptr<cCallbacks> cCallbacksPtr; /** Used for HTTP status codes. */ |