]> Creatis software - clitk.git/blobdiff - itk/clitkInvertVFFilter.h
Change itkSimpleFastMutexLock to std::mutex
[clitk.git] / itk / clitkInvertVFFilter.h
index 8ad84a2e969c6ba75ed7da41dbe50676b4ab6a0b..b3167450dd810d2fe6b30b13dea74cdfc50cdec1 100644 (file)
@@ -51,7 +51,9 @@ namespace clitk
     //Some other typedefs
     typedef double CoordRepType;
     typedef itk::Image<double, ImageDimension> WeightsImageType;
+#if ITK_VERSION_MAJOR <= 4
     typedef itk::Image<itk::SimpleFastMutexLock, ImageDimension> MutexImageType;
+#endif
 
     /** Point type */
     typedef itk::Point<CoordRepType,itkGetStaticConstMacro(ImageDimension)> PointType;