Salome HOME
IPAL21493 Incorrect behaviour of Computation, Evaluation succeed dialog boxes in...
[modules/smesh.git] / src / SMESH / SMESH_MeshEditor.hxx
index 71855ab0cb434b88669adbc8a142364968c70a2c..19510498e326be4d842d304b8dae4d9ecf7e7817 100644 (file)
@@ -84,7 +84,7 @@ struct SMESH_ElementSearcher
 {
   virtual void FindElementsByPoint(const gp_Pnt&                           point,
                                    SMDSAbs_ElementType                     type,
-                                   std::vector< const SMDS_MeshElement* >& foundNodes)=0;
+                                   std::vector< const SMDS_MeshElement* >& foundElems)=0;
 };
 
 //=======================================================================