]> Creatis software - clitk.git/blobdiff - itk/clitkBackProjectImageFilter.txx
Revert "itkv4 migration use itk::ThreadIdType"
[clitk.git] / itk / clitkBackProjectImageFilter.txx
index 9091f0d3beb789e4ae9bec96ed760f95588b10fb..c07033602c188e1075bd931bf69991727f25083b 100644 (file)
@@ -303,7 +303,7 @@ namespace clitk
   template <class InputImageType, class OutputImageType>
   void 
   BackProjectImageFilter<InputImageType, OutputImageType>
-  ::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId )
+  ::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread,  int threadId )
   {
     //Projection pointer
     InputImageConstPointer inputPtr=this->GetInput();