change ostrstream to strstream
This commit is contained in:
parent
96763a0df2
commit
12b286ea13
@ -230,7 +230,7 @@ cmVTKMakeInstantiatorCommand
|
||||
std::string
|
||||
cmVTKMakeInstantiatorCommand::GenerateCreationFileName(unsigned int block)
|
||||
{
|
||||
std::ostrstream nameStr;
|
||||
std::strstream nameStr;
|
||||
nameStr << m_ClassName.c_str() << block << ".cxx" << std::ends;
|
||||
std::string result = nameStr.str();
|
||||
nameStr.rdbuf()->freeze(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user