background-group: Fix cast warning

This commit is contained in:
Jasper St. Pierre 2013-11-21 15:14:40 -05:00
parent 66fb86fd0c
commit 7116d9cedb

View File

@ -46,7 +46,7 @@ meta_background_group_set_clip_region (MetaBackgroundGroup *self,
cairo_region_t *region)
{
ClutterActor *child;
for (child = clutter_actor_get_first_child (self);
for (child = clutter_actor_get_first_child (CLUTTER_ACTOR (self));
child != NULL;
child = clutter_actor_get_next_sibling (child))
{