Fix build warning 52/128452/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 May 2017 05:27:19 +0000 (14:27 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 May 2017 05:27:19 +0000 (14:27 +0900)
Change-Id: I1961138b21f7db28067f408c9ef1cceb3e7db70c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/extras/wayland_immodule/wayland_imcontext.c

index 3da61cf..b56224b 100644 (file)
@@ -215,7 +215,7 @@ struct _WaylandIMContext
     uint32_t reset_serial;
 
     Eina_Bool has_conformant;
-    const char *prediction_hint;
+    char *prediction_hint;
     //
 };