X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkInvertVFFilter.h;h=b3167450dd810d2fe6b30b13dea74cdfc50cdec1;hb=a523f5be1e221995c0d4d29a0077b5e8b984c96d;hp=8ad84a2e969c6ba75ed7da41dbe50676b4ab6a0b;hpb=4480e52377d1150ca781c96e359b3164b65c3503;p=clitk.git diff --git a/itk/clitkInvertVFFilter.h b/itk/clitkInvertVFFilter.h index 8ad84a2..b316745 100644 --- a/itk/clitkInvertVFFilter.h +++ b/itk/clitkInvertVFFilter.h @@ -51,7 +51,9 @@ namespace clitk //Some other typedefs typedef double CoordRepType; typedef itk::Image WeightsImageType; +#if ITK_VERSION_MAJOR <= 4 typedef itk::Image MutexImageType; +#endif /** Point type */ typedef itk::Point PointType;