X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkSetBackgroundImageFilter.h;h=500ecc4dc1603b83524c5585f70f7ebacb46cacc;hb=9425d920224b91bca5e987f2c1dc032a4e1603ba;hp=739eb0ecb1b72074e65749631f1b770e1927df2c;hpb=5f4dcfd74a3760067a9ceb5ff59565aadc5f7118;p=clitk.git diff --git a/itk/clitkSetBackgroundImageFilter.h b/itk/clitkSetBackgroundImageFilter.h index 739eb0e..500ecc4 100644 --- a/itk/clitkSetBackgroundImageFilter.h +++ b/itk/clitkSetBackgroundImageFilter.h @@ -20,6 +20,8 @@ #include "itkFlexibleBinaryFunctorImageFilter.h" #include "itkNumericTraits.h" +#include "clitkCommon.h" + namespace clitk { @@ -211,7 +213,7 @@ protected: SetBackgroundImageFilter() {} virtual ~SetBackgroundImageFilter() {} - void PrintSelf(std::ostream &os, itk::Indent indent) ITK_OVERRIDE const + void PrintSelf(std::ostream &os, itk::Indent indent) const ITK_OVERRIDE { Superclass::PrintSelf(os, indent); os << indent << "OutsideValue: " << this->GetOutsideValue() << std::endl;