summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_avatars.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-26 11:23:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-26 11:23:00 +0000
commit05a5fe56ad2c01f3959176bb164bfe12eeac3c8d (patch)
treeef7edff4a1f1d69419f339fe7d7adbf8ec8a9e47 /protocols/SkypeWeb/src/skype_avatars.cpp
parent620a8e00fae60a5bef18a000c8bc5a3b98eff6a1 (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_avatars.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_avatars.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_avatars.cpp b/protocols/SkypeWeb/src/skype_avatars.cpp
index d570055fe7..b306a3d4a0 100644
--- a/protocols/SkypeWeb/src/skype_avatars.cpp
+++ b/protocols/SkypeWeb/src/skype_avatars.cpp
@@ -58,7 +58,8 @@ void CSkypeProto::OnReceiveAvatar(const NETLIBHTTPREQUEST *response, void *arg)
{
if (response == NULL || response->pData == NULL)
return;
- MCONTACT hContact = (MCONTACT)arg;
+
+ MCONTACT hContact = (DWORD_PTR)arg;
if (response->resultCode != 200)
return;