From 5c46a4ff3d889e7ef4b2c4a8e6c353f84207a7ab Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 30 Mar 2015 19:23:00 +0000 Subject: SkypeWeb: massive improvements (patch from MikalaiR) git-svn-id: http://svn.miranda-ng.org/main/trunk@12556 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 db6c2caeec..a7d9eb8937 100644 --- a/protocols/SkypeWeb/src/http_request.h +++ b/protocols/SkypeWeb/src/http_request.h @@ -288,7 +288,7 @@ public: { va_list args; va_start(args, urlFormat); - this->HttpsRequest::HttpsRequest(REQUEST_POST, urlFormat, args); + this->HttpRequest::HttpRequest(REQUEST_POST, urlFormat, args); va_end(args); //Headers << CHAR_VALUE("Content-Type", "application/x-www-form-urlencoded; charset=utf-8"); -- cgit v1.2.3