diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-10 10:50:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-10 10:50:41 +0000 |
commit | e190a7fde521bd6af9ea485cc730f854aaf38e11 (patch) | |
tree | e69acc25c89a49f81cc0d82274e8ebadd9afa233 /protocols/FacebookRM | |
parent | f9c9f7a27456f98ac84f27add1c2aea5bd99a35c (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM')
-rw-r--r-- | protocols/FacebookRM/src/stubs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/stubs.cpp b/protocols/FacebookRM/src/stubs.cpp index 34412fe8b3..eb086a2fa8 100644 --- a/protocols/FacebookRM/src/stubs.cpp +++ b/protocols/FacebookRM/src/stubs.cpp @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "common.h"
-HANDLE FacebookProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent)
+HCONTACT FacebookProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent)
{
return NULL;
}
|