From: Mickael Savinaud Date: Fri, 26 Oct 2012 07:52:27 +0000 (+0000) Subject: [trunk] use the right cp structure in image.h X-Git-Tag: version.2.0~61 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=a2bd3bb75b111115c317740d40402baa4f56c2a3;p=openjpeg.git [trunk] use the right cp structure in image.h --- 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 */ /*@{*/