summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-19 18:01:43 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-19 18:01:43 +0300
commitdf0928b64c9b32e5c2becf657055d905869eb207 (patch)
treef157ca6300d69ae8e6264633cb79ea5fd03fd51b /protocols/JabberG/src/jabber_proto.h
parent43d590fffd0de4750e75189e5d38b37374f9c459 (diff)
fixes #3165 (VoiceService: падение при входящем вызове)
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 2e5272c4e8..dfd9fb9dcd 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -895,7 +895,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
//---- jabber_voip.c -----------------------------------------------------------------
- bool OnICECandidate(const TiXmlElement *Node, const char *from);
+ bool OnICECandidate(const TiXmlElement *Node);
bool OnRTPDescription(const TiXmlElement *Node);
bool VOIPCreatePipeline();
bool VOIPTerminateSession(const char *reason = "cancel");