[trunk] use the right cp structure in image.h
authorMickael Savinaud <savmickael@users.noreply.github.com>
Fri, 26 Oct 2012 07:52:27 +0000 (07:52 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Fri, 26 Oct 2012 07:52:27 +0000 (07:52 +0000)
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 */
 /*@{*/