Skip to content
Snippets Groups Projects
Commit 9600b392 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

nomsg

parent 2fb63914
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment