aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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