Skip to content
Snippets Groups Projects
Commit c76e6142 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG:change superclass for NumericalParameter

parent 52af77b5
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ class ITK_EXPORT NumericalParameter : public Parameter
public:
/** Standard class typedef */
typedef NumericalParameter Self;
typedef itk::LightObject Superclass;
typedef Parameter Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......@@ -42,7 +42,7 @@ public:
itkNewMacro(Self);
/** RTTI support */
itkTypeMacro(NumericalParameter,otb::Wrapper::Parameter);
itkTypeMacro(NumericalParameter,Parameter);
/** Typedef of the scalar type */
typedef T ScalarType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment