diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-27 09:06:55 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-27 09:06:55 +0000 |
commit | e02a45507e91d072b86f26f36dbebf655ad9d79f (patch) | |
tree | b0fba02a5c2c2a50ba33ab1fea796193d86b755f /protocols/Tox/src/tox_proto.h | |
parent | a301d6e3bfec56e2ed917fcbcf333b83bfb775d6 (diff) |
Tox: avatars support
git-svn-id: http://svn.miranda-ng.org/main/trunk@10611 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 06b15d3197..182bc4bb3f 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -198,7 +198,7 @@ private: static void OnFileData(Tox *tox, int32_t number, uint8_t fileNumber, const uint8_t *data, uint16_t length, void *arg);
// avatars
- TCHAR* GetContactAvatarFilePath(MCONTACT hContact);
+ std::tstring GetContactAvatarFilePath(MCONTACT hContact);
bool SetToxAvatar(std::tstring path, bool checkHash = false);
INT_PTR __cdecl GetAvatarCaps(WPARAM wParam, LPARAM lParam);
|