From 2109a0cee43da3a92dc814852558b6618aec66c5 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 13 Aug 2013 09:05:31 +0100 Subject: [PATCH] oops --- libvips/histogram/maplut.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libvips/histogram/maplut.c b/libvips/histogram/maplut.c index 63f1b848..f4ee5c31 100644 --- a/libvips/histogram/maplut.c +++ b/libvips/histogram/maplut.c @@ -71,8 +71,6 @@ #include -#include "phistogram.h" - typedef struct _VipsMaplut { VipsOperation parent_instance; @@ -618,13 +616,13 @@ vips_maplut_class_init( VipsMaplutClass *class ) _( "Input" ), _( "Input image" ), VIPS_ARGUMENT_REQUIRED_INPUT, - G_STRUCT_OFFSET( VipsHistogram, in ) ); + G_STRUCT_OFFSET( VipsMaplut, in ) ); VIPS_ARG_IMAGE( class, "out", 1, _( "Output" ), _( "Output image" ), VIPS_ARGUMENT_REQUIRED_OUTPUT, - G_STRUCT_OFFSET( VipsHistogram, out ) ); + G_STRUCT_OFFSET( VipsMaplut, out ) ); VIPS_ARG_IMAGE( class, "lut", 2, _( "LUT" ),