diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-03-30 19:23:00 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-03-30 19:23:00 +0000 |
commit | 5c46a4ff3d889e7ef4b2c4a8e6c353f84207a7ab (patch) | |
tree | 30c196f189620d37aca012da4962b0ba16aed6b8 /protocols/SkypeWeb/src/http_request.h | |
parent | 02ac3e7c9a90243ab30c7ea0f780e498262123e1 (diff) |
SkypeWeb: massive improvements (patch from MikalaiR)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12556 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/http_request.h')
-rw-r--r-- | protocols/SkypeWeb/src/http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
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");
|