diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-09 20:51:56 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-09 20:51:56 +0000 |
commit | 22d948a4cd28ccf08008db597e4f7470c3a57219 (patch) | |
tree | c02c11079548e32703db659e7e1b390b3b171665 /protocols/SkypeWeb/src/skype_proto.h | |
parent | 84261a1bda35dcdd1a4e56c3a573a169092f7363 (diff) |
SkypeWeb: ugly contacts lookup hack
git-svn-id: http://svn.miranda-ng.org/main/trunk@12718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 0d6203655c..005616acc4 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -164,6 +164,7 @@ private: void LoadProfile(const NETLIBHTTPREQUEST *response);
// contacts
+ MCONTACT lastMapContact;
std::map<std::string, MCONTACT> contactMap;
WORD GetContactStatus(MCONTACT hContact);
|