aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-31 21:52:16 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commit1694b930e652cd2cc549988f9960604a35e36c25 (patch)
tree7925381fb6d9604d3952a0e3de1cf376defc9ab9 /common
parenta81b59a3c4df50e246e75b0fbe7f822f71174fd7 (diff)
downloadscummvm-rg350-1694b930e652cd2cc549988f9960604a35e36c25.tar.gz
scummvm-rg350-1694b930e652cd2cc549988f9960604a35e36c25.tar.bz2
scummvm-rg350-1694b930e652cd2cc549988f9960604a35e36c25.zip
TTS: Make one say() method non-virtual
Diffstat (limited to 'common')
-rw-r--r--common/text-to-speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/text-to-speech.h b/common/text-to-speech.h
index b776a1cae3..df0bee850f 100644
--- a/common/text-to-speech.h
+++ b/common/text-to-speech.h
@@ -156,7 +156,7 @@ public:
* @param charset The encoding of the string. If empty this is assumed to be the
* encoding used for the GUI.
*/
- virtual bool say(String str, String charset = "") { return say(str, INTERRUPT, charset); }
+ bool say(String str, String charset = "") { return say(str, INTERRUPT, charset); }
/**
* Says the given string