summaryrefslogtreecommitdiff
path: root/plugins/WinterSpeak/src/SpeechApi40a.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinterSpeak/src/SpeechApi40a.h')
-rw-r--r--plugins/WinterSpeak/src/SpeechApi40a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WinterSpeak/src/SpeechApi40a.h b/plugins/WinterSpeak/src/SpeechApi40a.h
index e9b524f954..fcc1b03421 100644
--- a/plugins/WinterSpeak/src/SpeechApi40a.h
+++ b/plugins/WinterSpeak/src/SpeechApi40a.h
@@ -75,7 +75,7 @@ class SpeechApi40a : public TextToSpeech
//--------------------------------------------------------------------------
// Description : load the speech api with the specified voice
//--------------------------------------------------------------------------
- bool loadWithVoice(std::wstring &voice);
+ bool loadWithVoice(const std::wstring &voice);
ITTSCentralW *m_tts_central;
ITTSAttributesA *m_tts_attribs;