Salome HOME
Clarification
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
index 511e230d0b7695e2ccef2cad75ac6cc2c89ae0d1..c653ff1ac9c1060471347a82556c036c50ce6c9a 100644 (file)
@@ -3046,7 +3046,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
   case SMESHOp::OpMGAdapt:
     {
       SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_nil();
-      SMESHGUI_AdaptDlg *aDlg = new SMESHGUI_AdaptDlg( this, theCommandID, aMesh);
+      SMESHGUI_AdaptDlg *objet = new SMESHGUI_AdaptDlg( this, theCommandID, aMesh);
     }
   // Adaptation - end
   case SMESHOp::OpSplitBiQuadratic: