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

BUG: typo

parent 538cd502
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ namespace otb
*/
template <class TInputPointSet, class TOutputPointSet>
PointSetExtractROI<TInputPointSet, TOutputPointSet>
::PointSetExtractROI() : m_SizeX(0), m_StartY(0), m_SizeX(0), m_SizeY(0)
::PointSetExtractROI() : m_StartX(0), m_StartY(0), m_SizeX(0), m_SizeY(0)
{
}
......
......@@ -188,7 +188,7 @@ int main(int ac, char* av[])
}
// This is a dummy main to be registered as a test for the otbTestMain
int Execute(int argc, char * argv[])
int Execute(int, char * argv[])
{
argv += 1;
// Create the appropriate itk process
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment