diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-05 11:10:02 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-05 11:10:02 +0000 |
commit | 340d879890f5099c21e36fc147d6432a1ac050bf (patch) | |
tree | 5fca5e280b39370dba5252d9d4bfb219bd180420 /protocols/SkypeWeb/src/http_request.h | |
parent | be6edec91cce66e2b77d22bd0e92a5d60ff92d75 (diff) |
SteamWeb:
- fixed logout (patck from MikalaiR)
- fixed action (/me) sending
- added message duplication filter
git-svn-id: http://svn.miranda-ng.org/main/trunk@12604 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 e39bdf3032..50e9528dfd 100644 --- a/protocols/SkypeWeb/src/http_request.h +++ b/protocols/SkypeWeb/src/http_request.h @@ -34,7 +34,7 @@ struct FORMAT_VALUE : public VALUE }
};
-class HttpRequest : private NETLIBHTTPREQUEST, public MZeroedObject
+class HttpRequest : public NETLIBHTTPREQUEST, public MZeroedObject
{
private:
va_list formatArgs;
|