From 088403332a5a0a0312441a7938ed66f80126018f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Aug 2015 21:53:02 +0000 Subject: more warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/WinterSpeak/src/SpeechInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/WinterSpeak/src/SpeechInterface.cpp') diff --git a/plugins/WinterSpeak/src/SpeechInterface.cpp b/plugins/WinterSpeak/src/SpeechInterface.cpp index 3fb668934a..fa1282a8a8 100644 --- a/plugins/WinterSpeak/src/SpeechInterface.cpp +++ b/plugins/WinterSpeak/src/SpeechInterface.cpp @@ -14,7 +14,7 @@ SpeechInterface::~SpeechInterface() } //------------------------------------------------------------------------------ -TextToSpeech * SpeechInterface::createTts(std::wstring &engine) const +TextToSpeech * SpeechInterface::createTts(const std::wstring &engine) const { TextToSpeech *tts = 0; -- cgit v1.2.3