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

COMP: fix unmatching prototypes for otbLabelImageToOGRDataSourceFilter

parent 60fa2a92
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ LabelImageToOGRDataSourceFilter<TInputImage>
template <class TInputImage>
typename LabelImageToOGRDataSourceFilter<TInputImage>::DataObjectPointer
LabelImageToOGRDataSourceFilter<TInputImage>
::MakeOutput(unsigned int itkNotUsed(idx))
::MakeOutput(DataObjectPointerArraySizeType itkNotUsed(idx))
{
return static_cast< DataObjectPointer >(OGRDataSourceType::New().GetPointer());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment