summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-10-26 07:52:27 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-10-26 07:52:27 +0000
commita2bd3bb75b111115c317740d40402baa4f56c2a3 (patch)
tree5260c2c36e0efd2fb09453f87c855a975ab9bc2d /src
parentb63d618e48ccafde8c4eb0888104f8fb58b581fe (diff)
[trunk] use the right cp structure in image.h
Diffstat (limited to 'src')
-rw-r--r--src/lib/openjp2/image.h2
1 files changed, 1 insertions, 1 deletions
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 */
/*@{*/