aboutsummaryrefslogtreecommitdiff
path: root/backends/text-to-speech/windows/windows-text-to-speech.h
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-18 23:33:48 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commit7c789129316e6afabe9c06fd2cac22d45f44cae4 (patch)
treefd019f07f20d5dee2c50142d6b5b25d6299b25d4 /backends/text-to-speech/windows/windows-text-to-speech.h
parentd31ffb676a57966248581926366d5eff6dee2ae7 (diff)
downloadscummvm-rg350-7c789129316e6afabe9c06fd2cac22d45f44cae4.tar.gz
scummvm-rg350-7c789129316e6afabe9c06fd2cac22d45f44cae4.tar.bz2
scummvm-rg350-7c789129316e6afabe9c06fd2cac22d45f44cae4.zip
TTS: Move popState to the base class
Diffstat (limited to 'backends/text-to-speech/windows/windows-text-to-speech.h')
-rw-r--r--backends/text-to-speech/windows/windows-text-to-speech.h2
1 files changed, 1 insertions, 1 deletions
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 848ae854eb..6498c9cc2c 100644
--- a/backends/text-to-speech/windows/windows-text-to-speech.h
+++ b/backends/text-to-speech/windows/windows-text-to-speech.h
@@ -64,7 +64,7 @@ public:
virtual void setLanguage(Common::String language);
- virtual bool popState();
+ bool popState();
virtual void freeVoiceData(void *data);