Skip to content
Snippets Groups Projects
Commit b11604a4 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

WRG: use base class GetOutputGeometry to avoid overloaded-virtual warning

parent 6b2ea716
No related branches found
No related tags found
3 merge requests!57Update to OTB V8,!56Update to OTB v8,!29Warning fixes
......@@ -53,7 +53,7 @@ namespace Function
public:
/** Standard class typedefs */
typedef SARCartesianMeanFunctor Self;
typedef itk::Object Superclass;
typedef SARPolygonsFunctor<TInputPixel, TOutputPixel> Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......@@ -377,6 +377,7 @@ public:
this->SetEstimatedComponents(estimatedComponents);
}
using Superclass::GetOutputGeometry;
/**
* Method GetOutputGeometry (override)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment