X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FitkBSplineResampleImageFunctionWithLUT.h;h=23ec5c4bf30653966903420ad702cb3acfc258b5;hb=4f6aadc0552db99c03057d4aa40a7fc4a1697350;hp=3149db535954cd129c6439b0ded9d4fda893bf2f;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/itk/itkBSplineResampleImageFunctionWithLUT.h b/itk/itkBSplineResampleImageFunctionWithLUT.h old mode 100755 new mode 100644 index 3149db5..23ec5c4 --- a/itk/itkBSplineResampleImageFunctionWithLUT.h +++ b/itk/itkBSplineResampleImageFunctionWithLUT.h @@ -43,13 +43,13 @@ namespace itk template class ITK_EXPORT BSplineResampleImageFunctionWithLUT : public BSplineInterpolateImageFunctionWithLUT< - TImageType,TCoordRep,ITK_TYPENAME TImageType::PixelType > + TImageType,TCoordRep,typename TImageType::PixelType > { public: /** Standard class typedefs. */ typedef BSplineResampleImageFunctionWithLUT Self; typedef BSplineInterpolateImageFunctionWithLUT< - TImageType,TCoordRep, ITK_TYPENAME TImageType::PixelType > Superclass; + TImageType,TCoordRep, typename TImageType::PixelType > Superclass; typedef SmartPointer Pointer; typedef SmartPointer ConstPointer;