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

Commit 77eeb874 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6544

* changes:
  Add a virtual destructor to the TtsEngine class.
parents 9e76a23f d43b2e4b
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