]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_2smeshpy.hxx
Salome HOME
0020015: EDF 835 SMESH : Doc missing for concatenate.
[modules/smesh.git] / src / SMESH_I / SMESH_2smeshpy.hxx
index cb8586f015db8b75eb23599712a97e4e44e2d51e..b8826d890eb549dcd11530938e63bf6dcd56975f 100644 (file)
@@ -211,8 +211,8 @@ class _pyMesh: public _pyObject
   std::list< Handle(_pyCommand) > mySubmeshes;
   bool                            myHasEditor;
 public:
-  _pyMesh(const Handle(_pyCommand) theCreationCmd);
-  _pyMesh(const Handle(_pyCommand) theCreationCmd, const TCollection_AsciiString &);
+  _pyMesh(const Handle(_pyCommand) creationCmd);
+  _pyMesh(const Handle(_pyCommand) theCreationCmd, const TCollection_AsciiString & id);
   const _pyID& GetGeom() { return GetCreationCmd()->GetArg(1); }
   void Process( const Handle(_pyCommand)& theCommand);
   void Flush();