Salome HOME
Fix compilation of gcc 4.3.2
[modules/smesh.git] / src / SMESH_I / SMESH_MeshEditor_i.hxx
index 81411fe3612eeddccd212cb05a0b80fe84de5019..9943e74cb4ae300f6351543c75217838e4c2f2fb 100644 (file)
@@ -55,6 +55,7 @@ class SMESH_MeshEditor_i: public POA_SMESH::SMESH_MeshEditor
    * Returns ID of created element or 0 if element not created
    */
   CORBA::Long AddNode(CORBA::Double x, CORBA::Double y, CORBA::Double z);
+  CORBA::Long Add0DElement(CORBA::Long IDOfNode);
   CORBA::Long AddEdge(const SMESH::long_array & IDsOfNodes);
   CORBA::Long AddFace(const SMESH::long_array & IDsOfNodes);
   CORBA::Long AddPolygonalFace(const SMESH::long_array & IDsOfNodes);