diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-09 16:04:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-09 16:04:29 +0000 |
commit | d5d717d422bebddd058522931de4653389861a92 (patch) | |
tree | b476b62e7991e5a23a28e3029288df90a413dd4d /protocols/WhatsApp/src/chat.cpp | |
parent | e52132834312c3d956323650f4fa34e94b95325e (diff) |
also custom stubs removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5299 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/chat.cpp')
-rw-r--r-- | protocols/WhatsApp/src/chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/chat.cpp b/protocols/WhatsApp/src/chat.cpp index e365a93e62..27d1cc3b22 100644 --- a/protocols/WhatsApp/src/chat.cpp +++ b/protocols/WhatsApp/src/chat.cpp @@ -2,12 +2,12 @@ // #TODO Remove, as we are not using the chat-module for groups anymore
-int WhatsAppProto::OnJoinChat(WPARAM,LPARAM)
+INT_PTR WhatsAppProto::OnJoinChat(WPARAM,LPARAM)
{
return 0;
}
-int WhatsAppProto::OnLeaveChat(WPARAM,LPARAM)
+INT_PTR WhatsAppProto::OnLeaveChat(WPARAM,LPARAM)
{
return 0;
}
|