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_profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_profile.cpp') diff --git a/protocols/Tox/src/tox_profile.cpp b/protocols/Tox/src/tox_profile.cpp index 35014a4500..cdfbbe5fb8 100644 --- a/protocols/Tox/src/tox_profile.cpp +++ b/protocols/Tox/src/tox_profile.cpp @@ -137,7 +137,7 @@ void CToxProto::SaveToxProfile() mir_free(data); } -int CToxProto::OnCopyToxID(WPARAM, LPARAM) +INT_PTR CToxProto::OnCopyToxID(WPARAM, LPARAM) { ptrA address(getStringA(TOX_SETTINGS_ID)); size_t length = mir_strlen(address) + 1; -- cgit v1.2.3