Salome HOME
22473: EDF 2825 SMESH: Memory allocation problem with ViscousLayer2D
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_TranslationDlg.cxx
index 3805733db5912da061bd25fe6cce73aab363cfad..ce9a799e3e3743a140d65ca43e1f9111ca25119d 100644 (file)
@@ -728,7 +728,7 @@ void SMESHGUI_TranslationDlg::SelectionIntoArgument()
 
   // get selected mesh
   SALOME_ListIO aList;
-  mySelectionMgr->selectedObjects(aList,SVTK_Viewer::Type());
+  mySelectionMgr->selectedObjects(aList);
 
   int nbSel = aList.Extent();
   if (nbSel < 1)