X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Propagation.hxx;h=bc68acc9df3c7afbbce1611b6694bf8027158da3;hb=refs%2Ftags%2FV9_1_0;hp=17b09eefce3e4bf9732ab735821a485c5420c4df;hpb=88141f757b048eaa5aae0be49faaf274448bbcaf;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_Propagation.hxx b/src/StdMeshers/StdMeshers_Propagation.hxx index 17b09eefc..bc68acc9d 100644 --- a/src/StdMeshers/StdMeshers_Propagation.hxx +++ b/src/StdMeshers/StdMeshers_Propagation.hxx @@ -46,7 +46,7 @@ class SMESH_HypoFilter; class STDMESHERS_EXPORT StdMeshers_Propagation : public SMESH_Hypothesis { public: - StdMeshers_Propagation(int hypId, int studyId, SMESH_Gen * gen); + StdMeshers_Propagation(int hypId, SMESH_Gen * gen); virtual ~ StdMeshers_Propagation(); virtual std::ostream & SaveTo(std::ostream & save); @@ -105,7 +105,7 @@ class STDMESHERS_EXPORT StdMeshers_Propagation : public SMESH_Hypothesis class STDMESHERS_EXPORT StdMeshers_PropagOfDistribution: public StdMeshers_Propagation { public: - StdMeshers_PropagOfDistribution(int hypId, int studyId, SMESH_Gen * gen); + StdMeshers_PropagOfDistribution(int hypId, SMESH_Gen * gen); static std::string GetName(); };