Salome HOME
untabify
authoreap <eap@opencascade.com>
Tue, 4 Oct 2011 07:19:13 +0000 (07:19 +0000)
committereap <eap@opencascade.com>
Tue, 4 Oct 2011 07:19:13 +0000 (07:19 +0000)
src/SMESHGUI/SMESHGUI_Hypotheses.cxx

index 12b6226f11a60628a9a556b25fc2b8e52b25394d..4c3438dc7ace67bbdafdc9abd05a4927f1ca9c6b 100644 (file)
@@ -152,7 +152,7 @@ void SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_
   }
   else {
     emit finished( QDialog::Accepted );
-       delete myDlg;
+        delete myDlg;
   }
 }