mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 13:13:59 +00:00
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);
|
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 *
|
static AtkObject *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user