Skip to content
Snippets Groups Projects
Commit cfd3987b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

STYLE: syntax comments from Luc

parent 55c69f66
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,6 @@ public:
typedef AbstractParameterList Self;
typedef Parameter Superclass;
typedef itk::SmartPointer< Self > Pointer;
typedef itk::SmartPointer< const Self > ConstPointer;
//
// Public methods.
public:
......@@ -71,8 +68,8 @@ protected:
//
// Private methods.
private:
AbstractParameterList( const Parameter & ); // purposely not implemented
void operator = ( const Parameter & ); // purposely not implemented
AbstractParameterList( const Parameter & ) = delete; // purposely not implemented
void operator = ( const Parameter & ) = delete; // purposely not implemented
//
// Protected methods.
......
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