diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-28 10:30:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-28 10:30:20 +0000 |
commit | 4e2a8eb11a9a4286eb0bcb3386bab58e87ae4b69 (patch) | |
tree | a59c78f3bc9efed548e772fdd8e03590c836bd1a /protocols/Tox/src/tox_profile.cpp | |
parent | 4b123a75ad7a9a39be23947b7a2e11ff44b1e975 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_profile.cpp')
-rw-r--r-- | protocols/Tox/src/tox_profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|