Skip to content

Commit

Permalink
COMP: no typename outside template
Browse files Browse the repository at this point in the history
  • Loading branch information
gpo-geo committed Jan 19, 2017
1 parent 8269b44 commit 4afb3b8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -281,8 +281,8 @@ class DomainTransform : public Application
{
otbAppLogINFO( << "Applying Shift image filter" );
typedef itk::FFTShiftImageFilter<
typename FFTFilter::OutputImageType,
typename FFTFilter::OutputImageType > FFTShiftFilterType;
FFTFilter::OutputImageType,
FFTFilter::OutputImageType > FFTShiftFilterType;

FFTShiftFilterType::Pointer
fftShiftFilter = FFTShiftFilterType::New();
Expand Down

0 comments on commit 4afb3b8

Please sign in to comment.