diff options
Diffstat (limited to 'testsuite/a11y/children.c')
-rw-r--r-- | testsuite/a11y/children.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/a11y/children.c b/testsuite/a11y/children.c index 6a4fcc9a81..91d69f7b87 100644 --- a/testsuite/a11y/children.c +++ b/testsuite/a11y/children.c @@ -108,7 +108,7 @@ parent_notify (AtkObject *obj, GParamSpec *pspec, SignalData *data) data->parent = atk_object_get_parent (obj); } -gboolean +static gboolean do_create_child (STATE *state, gint i) { if (GTK_IS_ENTRY (state->widget)) |