Salome HOME
Additional fix for the "0022460: [CEA 1042] Copy Mesh: impossible mesh selection...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SewingDlg.cxx
index 94e008506572aa7767d2fb2da34192d4bfb9aea8..1ef46a4d4385eb70115d3cc503e9ab95789edd4b 100644 (file)
@@ -726,7 +726,7 @@ void SMESHGUI_SewingDlg::SelectionIntoArgument (bool isSelectionChanged)
 
   // get selected mesh
   SALOME_ListIO aList;
-  mySelectionMgr->selectedObjects(aList,SVTK_Viewer::Type());
+  mySelectionMgr->selectedObjects(aList);
 
   int nbSel = aList.Extent();
   if (nbSel != 1)