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

WARN: remove typename outside of a template

parent da662737
Branches
Tags
No related merge requests found
...@@ -46,7 +46,6 @@ public: ...@@ -46,7 +46,6 @@ public:
typedef itk::SmartPointer<Self> Pointer; typedef itk::SmartPointer<Self> Pointer;
typedef itk::SmartPointer<const Self> ConstPointer; typedef itk::SmartPointer<const Self> ConstPointer;
typedef itk::Object Superclass; typedef itk::Object Superclass;
typedef typename itk::ImageRegion<2> RegionType;
itkTypeMacro(ExtendedFilenameToWriterOptions, itk::Object); itkTypeMacro(ExtendedFilenameToWriterOptions, itk::Object);
itkNewMacro(Self); itkNewMacro(Self);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment