ext/ruby_vips.c in ruby-vips-0.3.2 vs ext/ruby_vips.c in ruby-vips-0.3.3

- old
+ new

@@ -32,10 +32,10 @@ VIPS_OBJECT_CLASS( g_type_class_ref( type ) ), a )) ) return( result ); } if( (result = vips_type_map( type, - (VipsTypeMap2) vips_class_map_all, fn, a )) ) + (VipsTypeMap2) ruby_vips_class_map_all, fn, a )) ) return( result ); return( NULL ); } #endif /*NEED_ruby_vips_class_map_all*/