Salome HOME
22473: EDF 2825 SMESH: Memory allocation problem with ViscousLayer2D
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AddQuadraticElementDlg.cxx
index 9294690246b5d93a8cdee2933ef85e22ef5dfdf5..5628a3482dfd79cb2f88390f005216a97df5033d 100644 (file)
@@ -947,7 +947,7 @@ void SMESHGUI_AddQuadraticElementDlg::SelectionIntoArgument()
 
     // get selected mesh
     SALOME_ListIO aList;
-    mySelectionMgr->selectedObjects(aList,SVTK_Viewer::Type());
+    mySelectionMgr->selectedObjects(aList);
 
     if (aList.Extent() != 1)
     {