X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExtractImageFilter.txx;h=90fee3bbd49f312a120373da966ae0bbc845b5cf;hb=9c64ad6eccd14a92727f024653066986aa3af5a9;hp=236a7cb0c1d3178eaa29eb999a264f79f99d3190;hpb=0793c4dd3d451bb9bdc00e3172fa792d1ddaa8dc;p=clitk.git diff --git a/itk/clitkExtractImageFilter.txx b/itk/clitkExtractImageFilter.txx index 236a7cb..90fee3b 100644 --- a/itk/clitkExtractImageFilter.txx +++ b/itk/clitkExtractImageFilter.txx @@ -236,8 +236,11 @@ ExtractImageFilter template void ExtractImageFilter -::ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, - int threadId) +#if ITK_VERSION_MAJOR >= 4 +::ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId) +#else +::ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, int threadId) +#endif { itkDebugMacro(<<"Actually executing");