Salome HOME
Unify function headers
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index f85b0b045584da99d0464209ca95bc87f07641ba..895f745fcac93c3f3b572602a4c81a85b8676a21 100644 (file)
@@ -659,9 +659,9 @@ private:
                                                 const char* theFileNameForPython);
 
   std::vector<long> _GetInside(SMESH::SMESH_IDSource_ptr meshPart,
-                               SMESH::ElementType     theElemType,
-                               TopoDS_Shape& aShape,
-                               double* theTolerance = NULL);
+                               SMESH::ElementType        ElemType,
+                               const TopoDS_Shape&       Shape,
+                               double*                   Tolerance = NULL);
 
 private:
   static GEOM::GEOM_Gen_var      myGeomGen;