Fix typo in get_accessible()
This commit is contained in:
parent
7bf93e3e84
commit
5a531bd1c9
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user