aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-object.c b/camel/camel-object.c
index 776d22e038..b10edf82a4 100644
--- a/camel/camel-object.c
+++ b/camel/camel-object.c
@@ -210,7 +210,7 @@ camel_type_init (void)
GINT_TO_POINTER (CAMEL_INVALID_TYPE), NULL);
g_hash_table_insert (ctype_to_typeinfo,
GINT_TO_POINTER (camel_object_type), obj_info);
- g_hash_table_insert (name_to_typeinfo, obj_info->name, obj_info);
+ g_hash_table_insert (name_to_typeinfo, (gpointer) obj_info->name, obj_info);
/* Sigh. Ugly */
make_global_classfuncs (obj_info);
@@ -307,7 +307,7 @@ camel_type_register (CamelType parent, const gchar * name,
g_hash_table_insert (ctype_to_typeinfo,
GINT_TO_POINTER (obj_info->self), obj_info);
- g_hash_table_insert (name_to_typeinfo, obj_info->name, obj_info);
+ g_hash_table_insert (name_to_typeinfo, (gpointer) obj_info->name, obj_info);
/* Sigh. Ugly. */
make_global_classfuncs (obj_info);
-1/+0 * graphics/libplacebo: update to 3.120.0Jan Beich2021-04-061-0/+1 * multimedia/dav1d: update to 0.8.2Jan Beich2021-02-223-9/+9 * multimedia/dav1d: update to 0.8.1Jan Beich2021-01-032-6/+5 * graphics/libplacebo: update to 3.104.0Jan Beich2021-01-021-0/+1 * devel/vulkan-*: move to graphics/ where vulkan-loader isJan Beich2020-12-241-1/+1 * multimedia/dav1d: update to 0.8.0Jan Beich2020-11-243-10/+10 * multimedia/dav1d: unbreak on 12.1 i386 after r539947Jan Beich2020-06-231-0/+1 * multimedia/dav1d: update to 0.7.1Jan Beich2020-06-233-10/+9 * graphics/libplacebo: update to 2.72.0Jan Beich2020-06-12