summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-08 19:51:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-08 19:51:35 +0300
commit0b5fbaf1808367a10424e395fca1231790bc5ae7 (patch)
tree8a5a43f44362fa95eedcffcb399fa4b4bb430be1 /plugins
parent7ef04dbd77d561031c318f6066783e1b279d541c (diff)
Jabber: more voip
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ExternalAPI/m_voice.h2
1 files changed, 1 insertions, 1 deletions
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