diff --git a/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h b/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h index 29ed2b3fee9266ad5f90d98459044a9cb7453835..1cfdd2bf16441db4e61cd059ff4722f19505f8cd 100644 --- a/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h +++ b/Modules/Core/ImageBase/include/otbDefaultConvertPixelTraits.h @@ -36,7 +36,7 @@ class DefaultConvertPixelTraits { public: typedef itk::DefaultConvertPixelTraits < PixelType > SuperClass; - using SuperClass::ComponentType; + using typename SuperClass::ComponentType; using SuperClass::SetNthComponent;