From a2bd3bb75b111115c317740d40402baa4f56c2a3 Mon Sep 17 00:00:00 2001 From: Mickael Savinaud Date: Fri, 26 Oct 2012 07:52:27 +0000 Subject: [PATCH] [trunk] use the right cp structure in image.h --- src/lib/openjp2/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openjp2/image.h b/src/lib/openjp2/image.h index 9a037f3a..323dc34a 100644 --- a/src/lib/openjp2/image.h +++ b/src/lib/openjp2/image.h @@ -33,7 +33,7 @@ The functions in IMAGE.C have for goal to realize operations on images. */ struct opj_image; -struct opj_cp_v2; +struct opj_cp; /** @defgroup IMAGE IMAGE - Implementation of operations on images */ /*@{*/ -- 2.30.2