Fix typo in get_accessible()

This commit is contained in:
Emmanuele Bassi 2010-05-25 13:03:24 +01:00
parent 7bf93e3e84
commit 5a531bd1c9

View File

@ -3342,7 +3342,7 @@ clutter_actor_get_accessible (ClutterActor *self)
{
g_return_val_if_fail (CLUTTER_IS_ACTOR (self), NULL);
return CLUTTER_ACTOR_GET_CLASS (self)->get_accessible (actor);
return CLUTTER_ACTOR_GET_CLASS (self)->get_accessible (self);
}
static AtkObject *