arg priorities were wrong in hist_entropy

breaking the C API
This commit is contained in:
John Cupitt 2017-03-01 13:05:07 +00:00
parent 3d961653a9
commit 1221309c62

View File

@ -115,7 +115,7 @@ vips_hist_entropy_class_init( VipsHistEntropyClass *class )
VIPS_ARGUMENT_REQUIRED_INPUT,
G_STRUCT_OFFSET( VipsHistEntropy, in ) );
VIPS_ARG_DOUBLE( class, "out", 1,
VIPS_ARG_DOUBLE( class, "out", 2,
_( "Output" ),
_( "Output value" ),
VIPS_ARGUMENT_REQUIRED_OUTPUT,