forked from AuroraMiddleware/gtk
a11y: Fix function return type
Typo right there.
This commit is contained in:
parent
a8ac6f833c
commit
c30968861f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user