diff --git a/Code/Projections/otbGenericRSResampleImageFilter.h b/Code/Projections/otbGenericRSResampleImageFilter.h index c8f3d9ab5ab24be78a1a863f2f7061e26ec10bfe..a127f733ef71ddd14e9c6a0c7e73cd7e8a9470b0 100644 --- a/Code/Projections/otbGenericRSResampleImageFilter.h +++ b/Code/Projections/otbGenericRSResampleImageFilter.h @@ -43,7 +43,7 @@ class ITK_EXPORT GenericRSResampleImageFilter : { public: /** Standard class typedefs. */ - typedef GenericRSResampleImageFilter Self; + typedef GenericRSResampleImageFilter Self; typedef itk::ImageToImageFilter<TInputImage, TOutputImage> Superclass; typedef itk::SmartPointer<Self> Pointer; typedef itk::SmartPointer<const Self> ConstPointer;