Salome HOME
0019929: EDF 772 SMESH : script readability
[modules/smesh.git] / src / SMESH / SMESH_Comment.hxx
index 14d42faf466169285ea79950402f1e3d88df12c6..d1d32b9e68e24efc769dbfd555039e03bf4e92c8 100644 (file)
@@ -62,6 +62,10 @@ public :
     this->string::operator=( _s.str() );
     return *this ;
   }
+
+  operator char*() const {
+    return (char*)c_str();
+  }
 };