diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-11 21:53:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-11 21:53:02 +0000 |
commit | 088403332a5a0a0312441a7938ed66f80126018f (patch) | |
tree | 97b23edd153c448f619f811bb869b5f2b964ea93 /plugins/WinterSpeak/src/SpeechInterface.h | |
parent | 7eead4e8929a8cacffa457a998800f63497aca4f (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/SpeechInterface.h')
-rw-r--r-- | plugins/WinterSpeak/src/SpeechInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WinterSpeak/src/SpeechInterface.h b/plugins/WinterSpeak/src/SpeechInterface.h index eec7eae4f0..78e51a0f75 100644 --- a/plugins/WinterSpeak/src/SpeechInterface.h +++ b/plugins/WinterSpeak/src/SpeechInterface.h @@ -15,7 +15,7 @@ class SpeechInterface // Parameters : engine - the name of the engine to create
// Returns : an instance of the text to speech engine
//--------------------------------------------------------------------------
- TextToSpeech * createTts(std::wstring &engine) const;
+ TextToSpeech * createTts(const std::wstring &engine) const;
//--------------------------------------------------------------------------
// Description : configure the tts object
|