Salome HOME
Simplify interface
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_HomardAdaptDlg.cxx
index fdc543062b004b35d2b4111795178f06e17eca19..66cb3936610432adc466f0fc6d1299f802cbc00c 100644 (file)
@@ -182,7 +182,7 @@ SMESHGUI_HomardAdaptDlg::SMESHGUI_HomardAdaptDlg(SMESHHOMARD::HOMARD_Gen_ptr myH
 SMESHGUI_HomardAdaptDlg::~SMESHGUI_HomardAdaptDlg()
 {
   // no need to delete child widgets, Qt does it all for us
-  myHomardGen->CleanCase();
+  myHomardGen->DeleteCase();
 }
 
 //=================================================================================