]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH/SMESH_MeshEditor.hxx
Salome HOME
PR: debug memory leak (EDF 2662)
[modules/smesh.git] / src / SMESH / SMESH_MeshEditor.hxx
index bf1d3b7b1ce9c5be34388018f8b6b94e1efe8836..5011d7f014898498edb5d8531d94459dcd075ec9 100644 (file)
@@ -96,6 +96,7 @@ struct SMESH_ElementSearcher
    * \brief Find out if the given point is out of closed 2D mesh.
    */
   virtual TopAbs_State GetPointState(const gp_Pnt& point) = 0;
+  virtual ~SMESH_ElementSearcher();
 
 };