From 4e2a8eb11a9a4286eb0bcb3386bab58e87ae4b69 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 28 Feb 2015 10:30:20 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@12283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_menus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/src/tox_menus.cpp') diff --git a/protocols/Tox/src/tox_menus.cpp b/protocols/Tox/src/tox_menus.cpp index 60daad3090..22398b3a01 100644 --- a/protocols/Tox/src/tox_menus.cpp +++ b/protocols/Tox/src/tox_menus.cpp @@ -2,7 +2,7 @@ HGENMENU CToxProto::ContactMenuItems[CMI_MAX]; -int CToxProto::OnPrebuildContactMenu(MCONTACT hContact, LPARAM) +int CToxProto::OnPrebuildContactMenu(WPARAM hContact, LPARAM) { if (!hContact) return 0; @@ -26,7 +26,7 @@ int CToxProto::OnPrebuildContactMenu(MCONTACT hContact, LPARAM) return 0; } -int CToxProto::PrebuildContactMenu(MCONTACT hContact, LPARAM lParam) +int CToxProto::PrebuildContactMenu(WPARAM hContact, LPARAM lParam) { for (int i = 0; i < SIZEOF(ContactMenuItems); i++) { -- cgit v1.2.3