Warning fixed. 98/81298/1 accepted/tizen/mobile/20160725.233920 submit/tizen/20160725.123326
authorRadoslaw Czerski <r.czerski@samsung.com>
Mon, 25 Jul 2016 10:00:58 +0000 (12:00 +0200)
committerRadoslaw Czerski <r.czerski@samsung.com>
Mon, 25 Jul 2016 10:00:58 +0000 (12:00 +0200)
Change-Id: I43ca9796ac22d9d5f673803b00642cd921c6927a
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
src/ticker.c

index 7f1389bd293bd54c4fc1231cf849c34fa6b828b1..69beec59bcc205fb704cef1823d2fe7a95d9270e 100644 (file)
@@ -179,7 +179,7 @@ static Eina_Bool _timeout_cb(void *data)
        ticker_info = data;
 
        Evas_Object *textblock_layout = elm_layout_edje_get(ticker_info->textblock);
-       Evas_Object *textblock = edje_object_part_object_get(textblock_layout, "elm.text");
+       const Evas_Object *textblock = edje_object_part_object_get(textblock_layout, "elm.text");
 
        ticker_info->current_page++;
        int ch = 0;