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

---
 Code/IO/otbImage.h     | 2 +-
 Code/IO/otbImage.txx   | 2 +-
 Code/IO/otbImageBase.h | 4 +---
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Code/IO/otbImage.h b/Code/IO/otbImage.h
index 7a751a27a7..7f2169aa4e 100755
--- a/Code/IO/otbImage.h
+++ b/Code/IO/otbImage.h
@@ -169,7 +169,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:
   Image();
diff --git a/Code/IO/otbImage.txx b/Code/IO/otbImage.txx
index 0c3c4c083c..92730235bb 100755
--- a/Code/IO/otbImage.txx
+++ b/Code/IO/otbImage.txx
@@ -130,7 +130,7 @@ ImageBase::VectorType Image<TPixel, VImageDimension>::GetLowerRightCorner( void
 
 template <class TPixel, unsigned int VImageDimension> 
 void 
-Image<TPixel, VImageDimension>::PrintSelf(std::ostream& os, Indent indent) const
+Image<TPixel, VImageDimension>::PrintSelf(std::ostream& os, itk::Indent indent) const
 {
   Superclass::PrintSelf(os,indent);
   
diff --git a/Code/IO/otbImageBase.h b/Code/IO/otbImageBase.h
index bcbed9f464..64fca2ad18 100755
--- a/Code/IO/otbImageBase.h
+++ b/Code/IO/otbImageBase.h
@@ -46,8 +46,6 @@ public:
   
   typedef MetaDataKey::VectorType	VectorType;
   
-  typedef itk::Indent			Indent;	
-
   /** Get the projection coordinate system of the image. */
   
   std::string GetProjectionRef( MetaDataDictionaryType & dict );
@@ -104,7 +102,7 @@ public:
   VectorType GetLowerRightCorner( MetaDataDictionaryType & dict );
   virtual VectorType GetLowerRightCorner() = 0; 
   
-  void PrintSelf(std::ostream& os, Indent indent, const MetaDataDictionaryType & dict) const;
+  void PrintSelf(std::ostream& os, itk::Indent indent, const MetaDataDictionaryType & dict) const;
                  
 
 protected:  
-- 
GitLab