diff --git a/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx b/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx
index 3931db62fa05d2be899cc7f822aa2e1614bc203d..22f2834e018452e63b102d661a3f32cc755548a4 100644
--- a/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx
+++ b/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx
@@ -281,8 +281,8 @@ private:
           {
           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();