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/contacts.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/contacts.cpp')
-rw-r--r-- | protocols/WhatsApp/src/contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/contacts.cpp b/protocols/WhatsApp/src/contacts.cpp index 0e459f8d85..6a0c3108c6 100644 --- a/protocols/WhatsApp/src/contacts.cpp +++ b/protocols/WhatsApp/src/contacts.cpp @@ -662,7 +662,7 @@ void WhatsAppProto::onGroupCreated(const std::string& paramString1, const std::s }
// Menu-handler
-int __cdecl WhatsAppProto::OnCreateGroup(WPARAM wParam, LPARAM lParam)
+INT_PTR __cdecl WhatsAppProto::OnCreateGroup(WPARAM wParam, LPARAM lParam)
{
LOG("");
input_box* ib = new input_box;
|