Evas textgrid: Fixed compilation warning.

SVN revision: 78360
This commit is contained in:
Tom Hacohen 2012-10-23 07:25:29 +00:00
parent ab5f1849e3
commit 7f71bab887
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ evas_object_textgrid_textprop_unref(Evas_Object_Textgrid *o, unsigned int props_
{
if (props->info->refcount == 1)
eina_array_push(&o->glyphs_cleanup,
(void *)((unsigned long)props_index));
(void *)((uintptr_t)props_index));
else
evas_common_text_props_content_unref(props);
}