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

COMP: fix compilation after prototype change

parent 8cdc253b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ namespace otb
template<class TImage>
OGRLayerStreamStitchingFilter<TImage>
::OGRLayerStreamStitchingFilter() : m_Radius(2), m_OGRLayer(NULL)
::OGRLayerStreamStitchingFilter() : m_Radius(2), m_OGRLayer(NULL, false)
{
m_StreamSize.Fill(0);
}
......
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