diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-16 19:48:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-16 19:48:58 +0000 |
commit | d5ccefb48ac1818e9e8c5700aa019d17892d933b (patch) | |
tree | 627c94545552ec4eddae7f883c59980d9db7cdf5 /protocols/Tox/src/tox_proto.h | |
parent | c286424ea035f96133fc17f98710cdd905023364 (diff) |
Tox: avatars tuning
git-svn-id: http://svn.miranda-ng.org/main/trunk@13655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 37a41138c9..0431a5b264 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -237,7 +237,7 @@ private: // avatars
std::tstring GetAvatarFilePath(MCONTACT hContact = NULL);
- void SetToxAvatar(std::tstring path, bool checkHash = false);
+ void SetToxAvatar(std::tstring path);
INT_PTR __cdecl GetAvatarCaps(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl GetAvatarInfo(WPARAM, LPARAM lParam);
|