From 43897b6300b9b011d11ad4decd8ce10e82073051 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 10 Apr 2015 19:02:35 +0000 Subject: SkypeWeb: removed virtual dtor git-svn-id: http://svn.miranda-ng.org/main/trunk@12754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/http_request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/SkypeWeb/src/http_request.h') diff --git a/protocols/SkypeWeb/src/http_request.h b/protocols/SkypeWeb/src/http_request.h index e94eb200f3..d754524f55 100644 --- a/protocols/SkypeWeb/src/http_request.h +++ b/protocols/SkypeWeb/src/http_request.h @@ -231,7 +231,7 @@ public: va_end(formatArgs); } - virtual ~HttpRequest() + ~HttpRequest() { for (int i = 0; i < headersCount; i++) { -- cgit v1.2.3