X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_Comment.hxx;h=c3bbe6fb58429fbda4d2c8e26428b83db024c803;hp=a8b56aef6d25a63dbcad348c95144d17e9a81165;hb=ef3921b2afe32874a6a266ceea8a12a30cc6f17c;hpb=a17b36970bc61da1d664453c615754997c925b18 diff --git a/src/SMESHUtils/SMESH_Comment.hxx b/src/SMESHUtils/SMESH_Comment.hxx index a8b56aef6..c3bbe6fb5 100644 --- a/src/SMESHUtils/SMESH_Comment.hxx +++ b/src/SMESHUtils/SMESH_Comment.hxx @@ -68,6 +68,8 @@ public : operator char*() const { return (char*)c_str(); } + + std::ostream& Stream() { return _s; } };