Skip to content
Snippets Groups Projects
Commit c26260e9 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: wrong definition of Superclass

parent 4d20767e
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class Parameter
public:
/** Standard class typedef */
typedef Parameter Self;
typedef itk::LightObject Superclass;
typedef itk::Object Superclass;
typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer;
......
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