fix typo in VIPS_ARG_POINTER

thanks  Fingolfin1196 !

see https://github.com/libvips/libvips/issues/1187
This commit is contained in:
John Cupitt 2018-12-20 16:44:52 +00:00
parent 9303e382c1
commit 99c0a674a4
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ VIPS_ARGUMENT_OPTIONAL_OUTPUT Eg. the x pos of the image minimum
\
pspec = g_param_spec_pointer( (NAME), (LONG), (DESC), \
(GParamFlags) (G_PARAM_READWRITE) ); \
g_object_class_install_property( gobject_class, \
g_object_class_install_property( G_OBJECT_CLASS( CLASS ), \
vips_argument_get_id(), pspec ); \
vips_object_class_install_argument( VIPS_OBJECT_CLASS( CLASS ), \
pspec, (VipsArgumentFlags) (FLAGS), (PRIORITY), (OFFSET) ); \