vips_class_map_concrete_all() needed a compat macro

This commit is contained in:
John Cupitt 2011-10-11 18:22:08 +01:00
parent 35ff0fa7c4
commit ffe4483030
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
12/9/11 started 7.26.4
- fallback vips_init()
- im_openout() compat stub was wrong, breaking ruby-vips
- vips_class_map_concrete_all() needed a compat macro too
10/8/11 started 7.26.3
- don't use G_VALUE_COLLECT_INIT(), many platforms do not have a glib this

View File

@ -486,6 +486,10 @@ int im_wrapmany( VipsImage **in, VipsImage *out,
#define im_concurrency_set vips_concurrency_set
#define im_concurrency_get vips_concurrency_get
/* ruby-vips uses this
*/
#define vips_class_map_concrete_all vips_class_map_all
#ifdef __cplusplus
}
#endif /*__cplusplus*/