[at-spi2-core/gnome-3-36] Fix a compiler warning
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core/gnome-3-36] Fix a compiler warning
- Date: Fri, 4 Sep 2020 23:59:20 +0000 (UTC)
commit 0bd6705e8562fbba65acd79076388c5dbb95ebd5
Author: Mike Gorse <mgorse suse com>
Date: Wed Aug 19 11:23:25 2020 -0500
Fix a compiler warning
atspi/atspi-accessible.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atspi/atspi-accessible.c b/atspi/atspi-accessible.c
index fd6737d5..0632d186 100644
--- a/atspi/atspi-accessible.c
+++ b/atspi/atspi-accessible.c
@@ -180,7 +180,7 @@ atspi_accessible_init (AtspiAccessible *accessible)
accessible->priv = atspi_accessible_get_instance_private (accessible);
- accessible->children = g_ptr_array_new_with_free_func (atspi_accessible_unref);
+ accessible->children = g_ptr_array_new_with_free_func ((GDestroyNotify) atspi_accessible_unref);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]