VImage::get_typeof() returns GType
it was int, causing some compiler warnings on some platforms. see https://github.com/jcupitt/libvips/issues/362
This commit is contained in:
parent
bf64fde872
commit
50db131865
@ -4,6 +4,7 @@
|
|||||||
- small doc improvements
|
- small doc improvements
|
||||||
- small vips7 C++ improvement
|
- small vips7 C++ improvement
|
||||||
- remove exception specifications from vips8 C++ interface
|
- remove exception specifications from vips8 C++ interface
|
||||||
|
- VImage::get_typeof() now returns GType
|
||||||
|
|
||||||
7/10/15 started 8.2.0
|
7/10/15 started 8.2.0
|
||||||
- added im_bufmagick2vips(), a vips7 wrapper for magick load from buffer
|
- added im_bufmagick2vips(), a vips7 wrapper for magick load from buffer
|
||||||
|
@ -357,7 +357,7 @@ public:
|
|||||||
free_fn, data, length );
|
free_fn, data, length );
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
GType
|
||||||
get_typeof( const char *field )
|
get_typeof( const char *field )
|
||||||
{
|
{
|
||||||
return( vips_image_get_typeof( this->get_image(), field ) );
|
return( vips_image_get_typeof( this->get_image(), field ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user