Salome HOME
Fix compilation error
[modules/geom.git] / src / EntityGUI / EntityGUI_SubShapeDlg.cxx
index 1893bbc617a287d2ee8f253a6262f2d1803f23f7..268d906774a3ee031a121e9fb1008a46dabf82a6 100644 (file)
@@ -602,7 +602,7 @@ void EntityGUI_SubShapeDlg::showOnlySelected()
       SALOME_ListIO displayed;
       view->GetVisible(displayed);
       // Erase all, except the selected shapes
-      std::map<QString, Handle(SALOME_InteractiveObject)>::const_iterator 
+      std::map<QString, Handle(SALOME_InteractiveObject)>::iterator 
         aSelDispIter = aSelEntriesMap.end();
       SALOME_ListIteratorOfListIO aDispIt( displayed );
       for ( ; aDispIt.More(); aDispIt.Next() ) {