casting for windows

SVN revision: 72849
This commit is contained in:
Mike Blumenkrantz 2012-06-26 06:57:00 +00:00
parent 88c88c5614
commit 5ad3c7b54e
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)
{ {
if (props->info->refcount == 1) if (props->info->refcount == 1)
eina_array_push(&o->glyphs_cleanup, (intptr_t*)(long) props_index); eina_array_push(&o->glyphs_cleanup, (intptr_t*)(int64_t) props_index);
else else
evas_common_text_props_content_unref(props); evas_common_text_props_content_unref(props);
} }