From e190a7fde521bd6af9ea485cc730f854aaf38e11 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 10:50:41 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@8080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src/proto.cpp') 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; } -- cgit v1.2.3