From c130dd4a8e9aefa65c7cc4f47dfd5041b9330c87 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 15 Dec 2014 16:01:22 -0500 Subject: Fix atspi_table_cell_get_column_span prototype --- atspi/atspi-table-cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atspi/atspi-table-cell.h') diff --git a/atspi/atspi-table-cell.h b/atspi/atspi-table-cell.h index 27d234d7..8174db8a 100644 --- a/atspi/atspi-table-cell.h +++ b/atspi/atspi-table-cell.h @@ -46,7 +46,7 @@ struct _AtspiTableCell GTypeInterface parent; }; -gint atspi_table_cell_get_column_span (AtspiTableCell *obj, GError *error); +gint atspi_table_cell_get_column_span (AtspiTableCell *obj, GError **error); GPtrArray *atspi_table_cell_get_column_header_cells (AtspiTableCell *obj, GError **error); -- cgit v1.2.1