Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae4622e7 authored by Marco Nelissen's avatar Marco Nelissen Committed by Jean-Baptiste Queru
Browse files

Add a virtual destructor to the TtsEngine class.

parent 19b8d8ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -80,6 +80,8 @@ enum tts_support_result {
class TtsEngine
{
public:
    virtual ~TtsEngine() {}

    // Initialize the TTS engine and returns whether initialization succeeded.
    // @param synthDoneCBPtr synthesis callback function pointer
    // @return TTS_SUCCESS, or TTS_FAILURE