Skip to content
Snippets Groups Projects
Commit e235b2f8 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: typename outside template for gcc4.6 and MSVC compiler

parent 0b9573b2
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ private:
it.GoToBegin();
FloatImageType::IndexType lr, ul;
typedef typename FloatImageType::IndexType::IndexValueType IndexValueType;
typedef FloatImageType::IndexType::IndexValueType IndexValueType;
lr.Fill(itk::NumericTraits<IndexValueType>::Zero);
ul.Fill(itk::NumericTraits<IndexValueType>::Zero);
......
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