aboutsummaryrefslogtreecommitdiff
path: root/backends/text-to-speech/linux/linux-text-to-speech.h
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-12 00:46:42 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commit62a011e28a4a7e253ad07319cef760566cba59cb (patch)
treee1e45440cbc2825adfb88097380c1c35dd1d68b0 /backends/text-to-speech/linux/linux-text-to-speech.h
parent7f895d21df5ddb7c82a2f685d3a9fcc09b3d3a7a (diff)
downloadscummvm-rg350-62a011e28a4a7e253ad07319cef760566cba59cb.tar.gz
scummvm-rg350-62a011e28a4a7e253ad07319cef760566cba59cb.tar.bz2
scummvm-rg350-62a011e28a4a7e253ad07319cef760566cba59cb.zip
TTS: Add ttsStatus push and pop functions
Diffstat (limited to 'backends/text-to-speech/linux/linux-text-to-speech.h')
-rw-r--r--backends/text-to-speech/linux/linux-text-to-speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/text-to-speech/linux/linux-text-to-speech.h b/backends/text-to-speech/linux/linux-text-to-speech.h
index bb32979dd7..85f53eb2f8 100644
--- a/backends/text-to-speech/linux/linux-text-to-speech.h
+++ b/backends/text-to-speech/linux/linux-text-to-speech.h
@@ -52,7 +52,7 @@ public:
virtual bool isPaused();
virtual bool isReady();
- virtual void setVoice(Common::TTSVoice *voice);
+ virtual void setVoice(unsigned index);
virtual void setRate(int rate);