Salome HOME
23239: [CEA 1739] Regression : crash trying to create mesh
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 5221ab7d2d1506486b714f020e07a7b49c986240..fc00be6a77c0a7070148737f9b5ec05d4bee565f 100644 (file)
@@ -344,7 +344,7 @@ class SMESH_EXPORT SMESH_Mesh
   bool IsOrderOK( const SMESH_subMesh* smBefore,
                   const SMESH_subMesh* smAfter ) const;
 
-  ostream& Dump(ostream & save);
+  std::ostream& Dump(ostream & save);
   
 private: