[prevent][38655] Fix for unchecked return value
[platform/upstream/at-spi2-core.git] / atspi / atspi-table-cell.h
index 27d234d..8174db8 100644 (file)
@@ -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);