summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtknotebookpageaccessible.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/a11y/gtknotebookpageaccessible.c')
-rw-r--r--gtk/a11y/gtknotebookpageaccessible.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/a11y/gtknotebookpageaccessible.c b/gtk/a11y/gtknotebookpageaccessible.c
index dfa199ad51..0d8c37ce9e 100644
--- a/gtk/a11y/gtknotebookpageaccessible.c
+++ b/gtk/a11y/gtknotebookpageaccessible.c
@@ -78,7 +78,7 @@ get_label_from_notebook_page (GtkNotebookPageAccessible *page)
return find_label_child (child);
}
-static const gchar *
+static const char *
gtk_notebook_page_accessible_get_name (AtkObject *accessible)
{
GtkWidget *label;