From ef09bcd01a7a5358415ec10ee5924ddd2dbbc96a Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 13 Jan 2012 09:03:11 +0000 Subject: [PATCH] sync --- libvips/iofuncs/type.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvips/iofuncs/type.c b/libvips/iofuncs/type.c index aca685b4..08205cc2 100644 --- a/libvips/iofuncs/type.c +++ b/libvips/iofuncs/type.c @@ -994,6 +994,7 @@ vips_value_set_array_object( GValue *value, int n ) void vips__meta_init_types( void ) { + (void) vips_thing_get_type(); (void) vips_save_string_get_type(); (void) vips_area_get_type(); (void) vips_ref_string_get_type();