Skip to content
Snippets Groups Projects
Commit c57bf473 authored by Julien Michel's avatar Julien Michel
Browse files

STY: Incomplete initializers list

parent b3bfce2f
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ PersistentSamplingFilterBase<TInputImage,TMaskImage>
, m_OutLayerName(std::string("output"))
, m_OGRLayerCreationOptions()
, m_AdditionalFields()
, m_InMemoryInputs()
, m_InMemoryOutputs()
{
this->SetNthOutput(0,TInputImage::New());
}
......
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