From 0b5fbaf1808367a10424e395fca1231790bc5ae7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 8 Aug 2022 19:51:35 +0300 Subject: Jabber: more voip --- plugins/ExternalAPI/m_voice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_voice.h b/plugins/ExternalAPI/m_voice.h index 046eae5383..b538d6d4a3 100644 --- a/plugins/ExternalAPI/m_voice.h +++ b/plugins/ExternalAPI/m_voice.h @@ -51,7 +51,7 @@ struct VOICE_CALL { int cbSize; // Struct size const char *moduleName; // The name of the module (the same as VOICE_MODULE.name or the protocol szModule) - char *id; // Protocol especific ID for this call + const char *id; // Protocol specific ID for this call int flags; // VOICE_UNICODE to say the string is unicode or 0. VOICE_SECURE to say this is an encrypted call // Either contact or number must be != NULL -- cgit v1.2.3