]> Creatis software - clitk.git/blobdiff - itk/RelativePositionPropImageFilter.txx
Remove throw to avoid warnings with c++11
[clitk.git] / itk / RelativePositionPropImageFilter.txx
index eee0f0a748c95a99e63def5712a0c166ee50dbb0..3ee1d0f24c38b15a6589a1611eadba46ddcefc61 100644 (file)
@@ -50,7 +50,7 @@ namespace itk
   template <class TInputImage, class TOutputImage,class TtNorm>
   void 
   RelativePositionPropImageFilter<TInputImage,TOutputImage,TtNorm>
-  ::GenerateInputRequestedRegion() throw (InvalidRequestedRegionError)
+  ::GenerateInputRequestedRegion()
   {
     // call the superclass' implementation of this method
     Superclass::GenerateInputRequestedRegion ();