X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_PolygonPerFace_2D.hxx;fp=src%2FStdMeshers%2FStdMeshers_PolygonPerFace_2D.hxx;h=d2486b56d624f78d54c60ea9830d2610d7c76fe6;hb=9b08e00e6ab80e13cffcda319be3baf22a829bcf;hp=f2d47e1ec75dd83b1263818c8a9ae449795868b3;hpb=a9f7e28cba695e50fcae50a483ae37f32af4ce84;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_PolygonPerFace_2D.hxx b/src/StdMeshers/StdMeshers_PolygonPerFace_2D.hxx index f2d47e1ec..d2486b56d 100644 --- a/src/StdMeshers/StdMeshers_PolygonPerFace_2D.hxx +++ b/src/StdMeshers/StdMeshers_PolygonPerFace_2D.hxx @@ -34,8 +34,8 @@ class STDMESHERS_EXPORT StdMeshers_PolygonPerFace_2D: public SMESH_2D_Algo public: StdMeshers_PolygonPerFace_2D(int hypId, SMESH_Gen* gen); - virtual bool CheckHypothesis(SMESH_Mesh& /*aMesh*/, - const TopoDS_Shape& /*aShape*/, + virtual bool CheckHypothesis(SMESH_Mesh& aMesh, + const TopoDS_Shape& aShape, SMESH_Hypothesis::Hypothesis_Status& aStatus); virtual bool Compute(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape);