commit | f6807d73d018683f339710058e30b95240050688 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Wed Jul 08 16:24:38 2009 -0700 |
committer | Marco Nelissen <marcone@google.com> | Wed Jul 08 16:24:38 2009 -0700 |
tree | 71b6480dce8765bd2396162d90e399541931e364 | |
parent | 264cd11dc9f27cad3219bb8345a598da7a42612c [diff] [blame] |
Add a virtual destructor to the TtsEngine class.
diff --git a/include/tts/TtsEngine.h b/include/tts/TtsEngine.h index 21cb73b..ed084ca 100644 --- a/include/tts/TtsEngine.h +++ b/include/tts/TtsEngine.h
@@ -80,6 +80,8 @@ 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