X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorImageToImageFilter.txx;h=018a8f7238473c4a1132e978bcb94fc2c6fe37b1;hb=1561fae3bf0756ba34e222cd1f189aac0087c62a;hp=909a42290e3a84ba556889972f24d5f93eceb718;hpb=08d1fd56ac1d08bd228d9e557f5472a395e9b708;p=clitk.git diff --git a/tools/clitkVectorImageToImageFilter.txx b/tools/clitkVectorImageToImageFilter.txx index 909a422..018a8f7 100644 --- a/tools/clitkVectorImageToImageFilter.txx +++ b/tools/clitkVectorImageToImageFilter.txx @@ -47,7 +47,7 @@ namespace clitk //------------------------------------------------------------------- template void - VectorImageToImageFilter::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, int threadId) + VectorImageToImageFilter::ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId) { // Iterators typename OutputImageType::Pointer output=this->GetOutput();