From efa4f417d1f3904828d7a3d7b00d2b7984e058af Mon Sep 17 00:00:00 2001 From: Vivien Delmon Date: Tue, 17 May 2011 10:06:24 +0200 Subject: [PATCH] itk4 migration - Function namespace renamed into Functor in itkMinimumImageFilter.h --- itk/RelativePositionPropImageFilter.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/itk/RelativePositionPropImageFilter.h b/itk/RelativePositionPropImageFilter.h index 93a3aa3..11797e7 100644 --- a/itk/RelativePositionPropImageFilter.h +++ b/itk/RelativePositionPropImageFilter.h @@ -80,11 +80,18 @@ namespace itk * * This filter is implemented using the propagation algorithm */ - + +#if ITK_VERSION_MAJOR == 4 + template > +#else template > +#endif class ITK_EXPORT RelativePositionPropImageFilter : public ImageToImageFilter< TInputImage, TOutputImage > { -- 2.45.1