[trunk] use the right cp structure in image.h

This commit is contained in:
Mickael Savinaud 2012-10-26 07:52:27 +00:00
parent b63d618e48
commit a2bd3bb75b
1 changed files with 1 additions and 1 deletions

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