[trunk] use the right cp structure in image.h
[openjpeg.git] / src / lib / openjp2 / image.h
index 9a037f3aef935bc4055fee373e03a4b31cd728bb..323dc34a72c6797c60d24c633b43f754ef9863c3 100644 (file)
@@ -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 */
 /*@{*/