Evas textblock: Fixed compiler warning.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Aug 2011 08:30:46 +0000 (08:30 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 7 Aug 2011 08:30:46 +0000 (08:30 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62174 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index 772c889..9b33c7e 100644 (file)
@@ -5361,7 +5361,7 @@ evas_object_textblock_cursor_new(const Evas_Object *obj)
 
    TB_HEAD_RETURN(NULL);
    cur = calloc(1, sizeof(Evas_Textblock_Cursor));
-   cur->obj = obj;
+   cur->obj = (Evas_Object *) obj;
    cur->node = o->text_nodes;
    cur->pos = 0;