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

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

parent 2fb3a224
Branches
Tags
No related merge requests found
......@@ -179,7 +179,7 @@ private:
if( this->IsParameterEnabled(key) ) \
{ \
type##FilterType::Pointer l_##type##Filter = type##FilterType::New(); \
itk::OStringStream oss; \
std::ostringstream oss; \
oss<<"channels."<<chan1; \
l_##type##Filter->GetFunctor().SetIndex1(this->GetParameterInt(oss.str())); \
oss.str(""); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment