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

WARN: remove typename outside a template

parent df3a1f69
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ int otbImageFileWriterWithExtendedOptionBox(int argc, char* argv[])
typedef otb::VectorImage<InputPixelType, 2> InputImageType;
typedef typename InputImageType::PixelType PixelType;
typedef InputImageType::PixelType PixelType;
typedef otb::MultiChannelExtractROI<InputImageType::InternalPixelType,
InputImageType::InternalPixelType> ExtractROIFilterType;
......
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