a11y: Fix function return type

Typo right there.
This commit is contained in:
Benjamin Otte 2018-12-18 01:20:36 +01:00
parent a8ac6f833c
commit c30968861f

View File

@ -423,7 +423,7 @@ gtk_cell_accessible_get_row_header_cells (AtkTableCell *table_cell)
cell);
}
static gboolean
static AtkObject *
gtk_cell_accessible_get_table (AtkTableCell *table_cell)
{
AtkObject *obj;