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 */ /*@{*/