X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_Comment.hxx;h=c3bbe6fb58429fbda4d2c8e26428b83db024c803;hb=e2ed82ab76826fe71cb635add1926e389c2fff9f;hp=a8b56aef6d25a63dbcad348c95144d17e9a81165;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4;p=modules%2Fsmesh.git 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; } };