diff options
Diffstat (limited to 'net/http/http_auth_handler_basic.h')
-rw-r--r-- | net/http/http_auth_handler_basic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_auth_handler_basic.h b/net/http/http_auth_handler_basic.h index 1424c8f..679c91a 100644 --- a/net/http/http_auth_handler_basic.h +++ b/net/http/http_auth_handler_basic.h @@ -20,6 +20,8 @@ class HttpAuthHandlerBasic : public HttpAuthHandler { virtual bool Init(std::string::const_iterator challenge_begin, std::string::const_iterator challenge_end); + private: + ~HttpAuthHandlerBasic() {} }; } // namespace net |