This commit is contained in:
eap 2011-10-04 07:19:13 +00:00
parent af3090f59b
commit c39387f140

View File

@ -152,7 +152,7 @@ void SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_
}
else {
emit finished( QDialog::Accepted );
delete myDlg;
delete myDlg;
}
}