Evas textblock: Fixed compiler warning.

SVN revision: 62174
This commit is contained in:
Tom Hacohen 2011-08-07 08:30:46 +00:00
parent f7359f74c9
commit 10117973c4
1 changed files with 1 additions and 1 deletions

View 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;