X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=itk%2FclitkExtractImageFilter.txx;h=90fee3bbd49f312a120373da966ae0bbc845b5cf;hb=f30af617407960c72bf6e536c9c58185d1f46a28;hp=236a7cb0c1d3178eaa29eb999a264f79f99d3190;hpb=1eaa43a8aa678f784fd0f4b587d45c1435285214;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");