int -> ptr more correctly

SVN revision: 72778
This commit is contained in:
Mike Blumenkrantz 2012-06-25 06:46:57 +00:00
parent 76b65ed331
commit 3098c43745
1 changed files with 1 additions and 1 deletions

View File

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