]> Creatis software - clitk.git/blobdiff - itk/clitkSetBackgroundImageFilter.h
Ramove warnings with C++11
[clitk.git] / itk / clitkSetBackgroundImageFilter.h
index e5ac118e58c8bf3a1d6de546b1b54a6dae80f241..739eb0ecb1b72074e65749631f1b770e1927df2c 100644 (file)
@@ -211,7 +211,7 @@ protected:
   SetBackgroundImageFilter() {}
   virtual ~SetBackgroundImageFilter() {}
 
-  void PrintSelf(std::ostream &os, itk::Indent indent) const
+  void PrintSelf(std::ostream &os, itk::Indent indent) ITK_OVERRIDE const
     {
     Superclass::PrintSelf(os, indent);
     os << indent << "OutsideValue: "  << this->GetOutsideValue() << std::endl;