diff options
Diffstat (limited to 'backends/text-to-speech')
-rw-r--r-- | backends/text-to-speech/linux/linux-text-to-speech.h | 2 | ||||
-rw-r--r-- | backends/text-to-speech/windows/windows-text-to-speech.h | 2 |
2 files changed, 2 insertions, 2 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 33f15daccb..33135d29d9 100644 --- a/backends/text-to-speech/linux/linux-text-to-speech.h +++ b/backends/text-to-speech/linux/linux-text-to-speech.h @@ -66,7 +66,7 @@ public: virtual bool isSpeaking(); virtual bool isPaused(); virtual bool isReady(); - + virtual void setVoice(unsigned index); virtual void setRate(int rate); virtual void setPitch(int pitch); diff --git a/backends/text-to-speech/windows/windows-text-to-speech.h b/backends/text-to-speech/windows/windows-text-to-speech.h index cbf3eb07df..cc94107291 100644 --- a/backends/text-to-speech/windows/windows-text-to-speech.h +++ b/backends/text-to-speech/windows/windows-text-to-speech.h @@ -60,7 +60,7 @@ public: virtual bool isSpeaking(); virtual bool isPaused(); virtual bool isReady(); - + virtual void setVoice(unsigned index); virtual void setRate(int rate); |