Salome HOME
Schémas YACS - suite
[modules/homard.git] / src / HOMARDGUI / MonCreateCase.cxx
index af10a2309ef6b5a6ce8d52fe0cc1f853c241c983..7a71d11e07afd31fcdd66043d958cd045bdc7cbb 100644 (file)
@@ -40,7 +40,7 @@ using namespace std;
  * Sets attributes to default values
  */
 // -----------------------------------------------------------------------------------------
-MonCreateCase::MonCreateCase(QWidget* parent, bool modal, HOMARD::HOMARD_Gen_var myHomardGen)
+MonCreateCase::MonCreateCase( bool modal, HOMARD::HOMARD_Gen_var myHomardGen0)
     :
     Ui_CreateCase(),
     _aCaseName(""),_aDirName(""),
@@ -48,7 +48,7 @@ MonCreateCase::MonCreateCase(QWidget* parent, bool modal, HOMARD::HOMARD_Gen_var
     _Pyram(0)
 {
   MESSAGE("Debut du constructeur de MonCreateCase");
-  myHomardGen=HOMARD::HOMARD_Gen::_duplicate(myHomardGen);
+  myHomardGen=HOMARD::HOMARD_Gen::_duplicate(myHomardGen0);
   setupUi(this);
   setModal(modal);
   InitConnect();