diff --git a/Code/IO/otbVectorImage.h b/Code/IO/otbVectorImage.h index 46f806411a6fd01e909065424697a4b7f5ae94c7..108b0bcd6c0df8c2440fb56080af27e8c8406429 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 2a0ee1cc2bffdac7464b5210ade90b473cb29f87..89294b93d4c34052a52d45d33e84d7f9edeb021d 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);