Skip to content
Snippets Groups Projects
Commit d54d7dec authored by Victor Poughon's avatar Victor Poughon
Browse files

BUG: fix unitialized member variable

parent a27ae592
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ namespace otb
*/
template <class TInputPointSet, class TOutputPointSet>
PointSetExtractROI<TInputPointSet, TOutputPointSet>
::PointSetExtractROI()
::PointSetExtractROI() : m_SizeX(0), m_StartY(0), m_SizeX(0), m_SizeY(0)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment