[Fix][Build Fail] Following TTS changes 92/38992/1 accepted/tizen/tv/20150506.233459 submit/tizen/20150429.013912
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 6 May 2015 09:34:01 +0000 (18:34 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 6 May 2015 09:34:01 +0000 (18:34 +0900)
Change-Id: I823053abac02bce156caba64cdbf9910a72b0373

src/screen_reader_tts.c

index d0e2951..5b9775f 100644 (file)
@@ -74,7 +74,7 @@ static char * get_tts_state( tts_state_e r )
 
 //-------------------------------------------------------------------------------------------------
 
-bool get_supported_voices_cb(tts_h tts, const char* language, tts_voice_type_e voice_type, void* user_data)
+bool get_supported_voices_cb(tts_h tts, const char* language, int voice_type, void* user_data)
 {
     DEBUG("LANG: %s; TYPE: %d", language, voice_type);