diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx index d4aad3ce8baeaf5ac83d370be424fb9cb7519dab..372a72ba023a95c25f78281ecd54828ef84eda68 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 typename GroundSpacingImageType::FloatType FloatType; + typedef typename GroundSpacingImageType::ValueType ValueType; /** Standard macro */ itkNewMacro(Self);