Salome HOME
fix Group Dialog
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.cxx
index 1cc4206eb24f643681bdbd412599b622a114b431..865f10a650e3724f2021e0094f5fb8432d3100d6 100644 (file)
@@ -1211,7 +1211,7 @@ namespace SMESH
     SVTK_TIndexedMapOfVtkId aMapIndex;
     theSelector->GetIndex(theIO,aMapIndex);
 
-    typedef std::set<int> TIdContainer;
+    typedef std::set<vtkIdType> TIdContainer;
     TIdContainer anIdContainer;
     for( int i = 1; i <= aMapIndex.Extent(); i++)
       anIdContainer.insert(aMapIndex(i));