diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx index 372a72ba023a95c25f78281ecd54828ef84eda68..da0e69a9cd9c19c2acb5df5754c07950b236622f 100644 --- a/Applications/Utils/otbReadImageInfo.cxx +++ b/Applications/Utils/otbReadImageInfo.cxx @@ -36,8 +36,8 @@ public: typedef itk::SmartPointer<const Self> ConstPointer; typedef otb::GroundSpacingImageFunction<FloatVectorImageType> GroundSpacingImageType; - typedef typename GroundSpacingImageType::FloatType FloatType; - typedef typename GroundSpacingImageType::ValueType ValueType; + typedef GroundSpacingImageType::FloatType FloatType; + typedef GroundSpacingImageType::ValueType ValueType; /** Standard macro */ itkNewMacro(Self);