Update the libspeechd_loader

This commit is contained in:
Cheng Zhao 2015-12-08 10:26:32 +08:00
parent e8b5a6dedf
commit c3f7f2447c
2 changed files with 15 additions and 0 deletions

View file

@ -33,6 +33,7 @@ class LibSpeechdLoader {
decltype(&::spd_set_synthesis_voice) spd_set_synthesis_voice;
decltype(&::spd_list_modules) spd_list_modules;
decltype(&::spd_set_output_module) spd_set_output_module;
decltype(&::spd_set_language) spd_set_language;
private: