diff options
Diffstat (limited to 'common/text-to-speech.h')
-rw-r--r-- | common/text-to-speech.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/text-to-speech.h b/common/text-to-speech.h index 9662783b46..678810a741 100644 --- a/common/text-to-speech.h +++ b/common/text-to-speech.h @@ -228,7 +228,7 @@ public: /** * Returns the current voice volume */ - virtual int getVolume() { return _ttsState->_volume; } + int getVolume() { return _ttsState->_volume; } /** * Sets the speech language |