cplusplus: offset coords are int rather than double

This commit is contained in:
Lovell Fuller 2017-09-14 10:25:15 +01:00
parent e346fd639e
commit 8bd2208e5e
1 changed files with 2 additions and 2 deletions

View File

@ -307,13 +307,13 @@ public:
return( vips_image_get_yres( get_image() ) );
}
double
int
xoffset()
{
return( vips_image_get_xoffset( get_image() ) );
}
double
int
yoffset()
{
return( vips_image_get_yoffset( get_image() ) );