summaryrefslogtreecommitdiff
path: root/plugins/WinterSpeak/src/SpeechApi40a.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-11 21:53:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-11 21:53:02 +0000
commit088403332a5a0a0312441a7938ed66f80126018f (patch)
tree97b23edd153c448f619f811bb869b5f2b964ea93 /plugins/WinterSpeak/src/SpeechApi40a.h
parent7eead4e8929a8cacffa457a998800f63497aca4f (diff)
more warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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;