X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGHS3DPlugin%2FGHS3DPlugin_OptimizerHypothesis_i.cxx;h=bec2bc5ae411887a38e15b1d96fd36426fef1121;hb=bc825e6d85d07ea53c9f840f8e3e7cd779f90253;hp=d2b205ef08422d822c73952f9d8458f529fafea3;hpb=4242950881879157c0fea3fbd5096b428061a088;p=plugins%2Fghs3dplugin.git diff --git a/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx b/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx index d2b205e..bec2bc5 100644 --- a/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx +++ b/src/GHS3DPlugin/GHS3DPlugin_OptimizerHypothesis_i.cxx @@ -28,17 +28,16 @@ GHS3DPlugin_OptimizerHypothesis_i:: GHS3DPlugin_OptimizerHypothesis_i (PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl) : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ), - GHS3DPlugin_Hypothesis_i( thePOA, theStudyId, theGenImpl ) + GHS3DPlugin_Hypothesis_i( thePOA, theGenImpl ) { int id = myBaseImpl ? myBaseImpl->GetID() : theGenImpl->GetANewId(); if ( myBaseImpl ) delete myBaseImpl; - myBaseImpl = new ::GHS3DPlugin_OptimizerHypothesis( id, theStudyId, theGenImpl ); + myBaseImpl = new ::GHS3DPlugin_OptimizerHypothesis( id, theGenImpl ); } namespace