Skip to content
Snippets Groups Projects
Commit f263e28b authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: Adding return

parent 9d13479b
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ namespace otb
newPath->AddVertex(endIt.Value());
beginIt=endIt;
}
return newPath;
}
......
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