diff options
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_voiceservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_voiceservice.h b/plugins/ExternalAPI/m_voiceservice.h index a0fd124815..97d971cbb6 100644 --- a/plugins/ExternalAPI/m_voiceservice.h +++ b/plugins/ExternalAPI/m_voiceservice.h @@ -39,7 +39,7 @@ struct VOICE_MODULE { int cbSize; // sizeof(VOICE_MODULE) TCHAR *description; // The description of the voice provider. This is the name that will be shown to the user - char *name; // The internal name of the voice provider. All PS_* serivces + const char *name; // The internal name of the voice provider. All PS_* serivces // defined in m_voice.h need to be created based in this name. For example, // PS_VOICE_CALL (/Voice/Call) need to be created as <name>/Voice/Call HANDLE icon; // Icon to identify provider (from icolib) |