From cfc4c48861add27dd13b2ffabb57af8a044d0b04 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Wed, 21 Sep 2016 15:58:32 +0900 Subject: [PATCH] Fix build error in remote input Change-Id: I8a1d14be7660aaca8a858135a68ca0ae66165581 --- ism/src/isf_remote_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ism/src/isf_remote_control.h b/ism/src/isf_remote_control.h index f672080..a97b952 100644 --- a/ism/src/isf_remote_control.h +++ b/ism/src/isf_remote_control.h @@ -334,7 +334,7 @@ EXAPI int remote_control_entry_metadata_callback_unset(remote_control_client *cl * @see remote_control_text_updated_callback_set() * @see remote_control_text_updated_callback_unset() */ -typedef void (*remote_control_text_updated_cb)(void *user_data, char *surrounding_text, int cursor_pos); +typedef void (*remote_control_text_updated_cb)(void *user_data, const char *surrounding_text, int cursor_pos); /** * @brief Register a remote_control_text_updated_cb() callback function. -- 2.7.4