X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExtractImageFilter.txx;h=5872469765a28fd71d2ab83a141caef233912cc9;hb=5e0e24a8a2a21ba08afbb80bdaf9175d615f98f4;hp=90fee3bbd49f312a120373da966ae0bbc845b5cf;hpb=2d26166d21709b8466c060d5453cec24c7be0893;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");