Salome HOME
Additional fix for the "0022460: [CEA 1042] Copy Mesh: impossible mesh selection...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RotationDlg.cxx
index 18aabb74cd3a30580050eed98ec2da2214205b96..1f9279b9fcccec4df83f4d23d9605fff77f80d2e 100644 (file)
@@ -664,7 +664,7 @@ void SMESHGUI_RotationDlg::SelectionIntoArgument()
 
   // get selected mesh
   SALOME_ListIO aList;
-  mySelectionMgr->selectedObjects(aList,SVTK_Viewer::Type());
+  mySelectionMgr->selectedObjects(aList);
 
   int nbSel = aList.Extent();
   if (nbSel < 1)