summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-11 17:47:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-11 17:47:26 +0000
commit0d251cd7d22e0d0c4d0e68e5e34074cbec79a002 (patch)
treef3242f495bb88a9f7f98377060c81f5aa253bdab
parent56ae169ecbc85ba64991edf1019bf15d1f963a11 (diff)
wrong method remove is called
git-svn-id: http://svn.miranda-ng.org/main/trunk@8098 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/VKontakte/src/vk_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_thread.cpp b/protocols/VKontakte/src/vk_thread.cpp
index 9999f04590..07afed416f 100644
--- a/protocols/VKontakte/src/vk_thread.cpp
+++ b/protocols/VKontakte/src/vk_thread.cpp
@@ -322,7 +322,7 @@ void CVkProto::OnReceiveFriends(NETLIBHTTPREQUEST *reply, AsyncHttpRequest *pReq
CMString tszNick;
MCONTACT hContact = FindUser(_ttoi(szValue), true);
- arContacts.remove(hContact);
+ arContacts.remove((HANDLE)hContact);
szValue = json_as_string(json_get(pInfo, "first_name"));
if (szValue) {
setTString(hContact, "FirstName", szValue);