From 0c4171bbee67301b31c24b08d074313cdf98282f Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 18 Aug 2014 21:17:04 +0000 Subject: Tox: build fix git-svn-id: http://svn.miranda-ng.org/main/trunk@10234 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/src/tox_proto.h') diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 08db44767e..abce39d012 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -98,8 +98,8 @@ private: //events int __cdecl OnAccountLoaded(WPARAM, LPARAM); - int __cdecl OnContactDeleted(WPARAM, LPARAM); - int __cdecl OnSettingsChanged(WPARAM, LPARAM); + int __cdecl OnContactDeleted(MCONTACT, LPARAM); + int __cdecl OnSettingsChanged(MCONTACT, LPARAM); int __cdecl OnPreShutdown(WPARAM, LPARAM); INT_PTR __cdecl OnAccountManagerInit(WPARAM, LPARAM); -- cgit v1.2.3