From c7cd8e2918509efe5fe74f35d442826cca2f5df3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 30 May 2024 17:34:26 +0300 Subject: code cleaning --- plugins/ExternalAPI/m_voiceservice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExternalAPI') 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 /Voice/Call HANDLE icon; // Icon to identify provider (from icolib) -- cgit v1.2.3