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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atspi/atspi-table-cell.c') diff --git a/atspi/atspi-table-cell.c b/atspi/atspi-table-cell.c index 934fb194..9e51031c 100644 --- a/atspi/atspi-table-cell.c +++ b/atspi/atspi-table-cell.c @@ -63,7 +63,7 @@ get_object_array_and_unref (DBusMessage *reply) * or 0 if the cell does not implement this method. */ gint -atspi_table_cell_get_column_span (AtspiTableCell *obj, GError *error) +atspi_table_cell_get_column_span (AtspiTableCell *obj, GError **error) { dbus_int32_t retval = -1; -- cgit v1.2.1