From 9600b392b7af3c5d56b60324cff660946d7706c0 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Thu, 29 Jun 2006 13:42:03 +0000
Subject: [PATCH] nomsg

---
 Code/IO/otbVectorImage.h   | 2 +-
 Code/IO/otbVectorImage.txx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/IO/otbVectorImage.h b/Code/IO/otbVectorImage.h
index 46f806411a..108b0bcd6c 100644
--- a/Code/IO/otbVectorImage.h
+++ b/Code/IO/otbVectorImage.h
@@ -95,7 +95,7 @@ public:
   virtual VectorType GetLowerLeftCorner( void );
   virtual VectorType GetLowerRightCorner( void );
   
-  void PrintSelf(std::ostream& os, Indent indent) const;
+  void PrintSelf(std::ostream& os, itk::Indent indent) const;
 
 protected:
   VectorImage();
diff --git a/Code/IO/otbVectorImage.txx b/Code/IO/otbVectorImage.txx
index 2a0ee1cc2b..89294b93d4 100644
--- a/Code/IO/otbVectorImage.txx
+++ b/Code/IO/otbVectorImage.txx
@@ -131,7 +131,7 @@ ImageBase::VectorType VectorImage<TPixel, VImageDimension>::GetLowerRightCorner(
 
 template <class TPixel, unsigned int VImageDimension> 
 void 
-VectorImage<TPixel, VImageDimension>::PrintSelf(std::ostream& os, Indent indent) const
+VectorImage<TPixel, VImageDimension>::PrintSelf(std::ostream& os, itk::Indent indent) const
 {
   Superclass::PrintSelf(os,indent);
   
-- 
GitLab