Skip to content
Snippets Groups Projects
Commit 8ba9d343 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH:replace itk::OStringStream by std::ostringstream(related to ITKv4 migration)

parent 8c2a1b44
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ int otbAngularProjectionSetImageFilterTest ( int argc, char * argv[] )
for ( unsigned int i = 0; i < writers->Size(); i++ )
{
itk::OStringStream title;
std::ostringstream title;
title << outputImageName << "_" << i << ".hdr";
writers->SetNthElement(i, WriterType::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