diff options
Diffstat (limited to 'common/text-to-speech.cpp')
| -rw-r--r-- | common/text-to-speech.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/text-to-speech.cpp b/common/text-to-speech.cpp index f9dc4c69aa..cdfc8ab77f 100644 --- a/common/text-to-speech.cpp +++ b/common/text-to-speech.cpp @@ -36,7 +36,7 @@ TTSVoice::TTSVoice() *_refCount = 1; } -TTSVoice::TTSVoice(Gender gender, Age age, void *data, String description) +TTSVoice::TTSVoice(Gender gender, Age age, void *data, String description) : _gender(gender) , _age(age) , _data(data) |
