summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-10 10:50:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-10 10:50:41 +0000
commite190a7fde521bd6af9ea485cc730f854aaf38e11 (patch)
treee69acc25c89a49f81cc0d82274e8ebadd9afa233 /protocols/WhatsApp/src/proto.cpp
parentf9c9f7a27456f98ac84f27add1c2aea5bd99a35c (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.cpp')
-rw-r--r--protocols/WhatsApp/src/proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.cpp b/protocols/WhatsApp/src/proto.cpp
index c7239ee4e2..fc83768621 100644
--- a/protocols/WhatsApp/src/proto.cpp
+++ b/protocols/WhatsApp/src/proto.cpp
@@ -134,7 +134,7 @@ int WhatsAppProto::SetStatus( int new_status )
return 0;
}
-HANDLE WhatsAppProto::AddToList( int flags, PROTOSEARCHRESULT* psr )
+HCONTACT WhatsAppProto::AddToList(int flags, PROTOSEARCHRESULT* psr)
{
return NULL;
}