From 3bc30875e34c2c16f2ee489227c0c7da7fee7f7f Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 18 Apr 2015 12:16:33 +0000 Subject: Tox: some fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@12908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 5919b97f84..6f11e44c0b 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -258,7 +258,8 @@ private: static void OnAvEnd(void*, int32_t callId, void *arg); static void OnAvReject(void*, int32_t callId, void *arg); static void OnAvCancel(void*, int32_t callId, void *arg); - static void OnAvTimeout(void*, int32_t callId, void *arg); + static void OnAvCallTimeout(void*, int32_t callId, void *arg); + static void OnAvPeerTimeout(void*, int32_t callId, void *arg); // utils TOX_USER_STATUS MirandaToToxStatus(int status); -- cgit v1.2.3