]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_Object_i.cc
Salome HOME
Use the prefix std:: instead of the directive using namespace std;
[modules/geom.git] / src / GEOM_I / GEOM_Object_i.cc
index f164b4ef4bb9dc58916730914d297300ac57a73e..ab05590453424fdd845ab521f1b019b11f5a72b2 100644 (file)
@@ -342,7 +342,7 @@ SALOMEDS::TMPFile* GEOM_Object_i::GetShapeStream()
 
   if(aShape.IsNull()) return NULL;
 
-  ostrstream streamShape;
+  std::ostrstream streamShape;
   //Write TopoDS_Shape in ASCII format to the stream
   BRepTools::Write(aShape, streamShape);
   //Returns the number of bytes that have been stored in the stream's buffer.