]> Creatis software - clitk.git/blobdiff - registration/clitkDifferenceImageFilter.txx
Removed warnings
[clitk.git] / registration / clitkDifferenceImageFilter.txx
old mode 100755 (executable)
new mode 100644 (file)
index 6aa822e..4ea8213
@@ -53,7 +53,7 @@ namespace clitk
   //=========================================================================================================================
   //Update
   template <class InputImageType, class OutputImageType> 
-  void DifferenceImageFilter<InputImageType, OutputImageType>::ThreadedGenerateData(const OutputImageRegionType &threadRegion, int threadId)
+  void DifferenceImageFilter<InputImageType, OutputImageType>::ThreadedGenerateData(const OutputImageRegionType &threadRegion, itk::ThreadIdType threadId)
   {
     //Pointers to input and output
     typename InputImageType::ConstPointer input1=this->GetInput(0);