X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FHexoticPlugin_Hypothesis_i.cxx;fp=src%2FHexoticPlugin%2FHexoticPlugin_Hypothesis_i.cxx;h=d94fb994eaf220696dc5111c26f6454223b4b7d7;hb=db79ac22b38c00654a8d33c7dffb2bfe0811579e;hp=48ac1b3e73b700a9c9b957a40e1fd14c804090b6;hpb=3585040a01c84bac65455b191829a9973726cbb5;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.cxx b/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.cxx index 48ac1b3..d94fb99 100644 --- a/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.cxx +++ b/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.cxx @@ -39,15 +39,13 @@ //============================================================================= HexoticPlugin_Hypothesis_i:: HexoticPlugin_Hypothesis_i (PortableServer::POA_ptr thePOA, - int theStudyId, - ::SMESH_Gen* theGenImpl) + ::SMESH_Gen* theGenImpl) : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ) { MESSAGE( "HexoticPlugin_Hypothesis_i::HexoticPlugin_Hypothesis_i" ); myBaseImpl = new ::HexoticPlugin_Hypothesis (theGenImpl->GetANewId(), - theStudyId, - theGenImpl); + theGenImpl); } //=============================================================================