From 3320182554342e7dfba240f94bcbfe3a4ccb19fd Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Tue, 11 Jul 2006 09:53:06 +0000
Subject: [PATCH] =?UTF-8?q?Correction=20d'une=20erreur=20(non=20significat?=
 =?UTF-8?q?ive)=20sur=20l'appel=20=C3=A0=20otbMsgDevMacro.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Code/Visu/otbGLVectorImageViewClick.txx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Visu/otbGLVectorImageViewClick.txx b/Code/Visu/otbGLVectorImageViewClick.txx
index 64dd5e267f..febc15e15e 100755
--- a/Code/Visu/otbGLVectorImageViewClick.txx
+++ b/Code/Visu/otbGLVectorImageViewClick.txx
@@ -329,7 +329,7 @@ GLVectorImageViewClick<TPixel,TPixelOverlay>::
 PrintInfos(void)
 {
 otbMsgDevMacro(  << this->GetNameOfClass() );
-otbMsgDevMacro(  << "- cW, cH               :  ["<<this->cW<<","<<this->cH<<"]"< );
+otbMsgDevMacro(  << "- cW, cH               :  ["<<this->cW<<","<<this->cH<<"]" );
 otbMsgDevMacro(  << "- zoom                 :   "<<this->winZoom() );
 otbMsgDevMacro(  << "- zoom                 :   "<<this->cWinZoom );
 otbMsgDevMacro(  << "- m_CenterPointImage   :   "<<m_CenterPointImage);
-- 
GitLab