From 1de1c87455a1e7cb73a22bed5d0b5863e5d3dff2 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Thu, 11 Jul 2013 15:17:30 +0200
Subject: [PATCH] COMP: Fixing compilation error on removed member

---
 Code/IO/otbJPEG2000ImageIO.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/IO/otbJPEG2000ImageIO.cxx b/Code/IO/otbJPEG2000ImageIO.cxx
index 06acd4b46b..c2477d6025 100644
--- a/Code/IO/otbJPEG2000ImageIO.cxx
+++ b/Code/IO/otbJPEG2000ImageIO.cxx
@@ -502,7 +502,7 @@ int JPEG2000InternalReader::Initialize()
     this->m_Width = image->comps->w;
     this->m_Height = image->comps->h;
 
-    otbMsgDevMacro(<< "JPEG2000InternalReader dimension (after reading header) = "
+    otbMsgDevMacro(<< "JPEG2000InternalReader dimension (after reading header) = " << this->image->comps->w << " x "
                    << image->comps->w << " x " << image->comps->h );
 
     this->m_TileHeight = cstrInfo->tdy;
-- 
GitLab