X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExtractImageFilter.txx;h=5872469765a28fd71d2ab83a141caef233912cc9;hb=a523f5be1e221995c0d4d29a0077b5e8b984c96d;hp=90fee3bbd49f312a120373da966ae0bbc845b5cf;hpb=e2cb0d78aa87b770f39538fda10b63da93accd91;p=clitk.git diff --git a/itk/clitkExtractImageFilter.txx b/itk/clitkExtractImageFilter.txx index 90fee3b..5872469 100644 --- a/itk/clitkExtractImageFilter.txx +++ b/itk/clitkExtractImageFilter.txx @@ -235,12 +235,7 @@ ExtractImageFilter */ template void -ExtractImageFilter -#if ITK_VERSION_MAJOR >= 4 -::ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId) -#else -::ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, int threadId) -#endif +ExtractImageFilter::ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId) { itkDebugMacro(<<"Actually executing");