]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Compilation correction on linux
authornds <nds@opencascade.com>
Thu, 14 Dec 2017 13:48:12 +0000 (16:48 +0300)
committernds <nds@opencascade.com>
Thu, 14 Dec 2017 13:48:12 +0000 (16:48 +0300)
src/XGUI/XGUI_FacesPanel.cpp

index c3ab2ec0b096d65e5088c121624f2a552c7b32bc..a5deb6d141f7e770726b51f39028c4d9c9f5576f 100644 (file)
@@ -240,8 +240,8 @@ void XGUI_FacesPanel::processSelection()
       anObjectToPrs[anObject] = aResultPrs;
     }
   }
-  for (std::map<ObjectPtr, NCollection_List<TopoDS_Shape> >::const_iterator anIt = anObjectToShapes.begin();
-    anIt != anObjectToShapes.end(); anIt++) {
+  for (std::map<ObjectPtr, NCollection_List<TopoDS_Shape> >::const_iterator
+    anIt = anObjectToShapes.begin(); anIt != anObjectToShapes.end(); anIt++) {
     ObjectPtr anObject = anIt->first;
     if (!anObject.get() || anObjectToPrs.find(anObject) == anObjectToPrs.end())
       continue;
@@ -383,8 +383,8 @@ bool XGUI_FacesPanel::hideEmptyObjects()
       anObjectToPrs[anObject] = aResultPrs;
     }
   }
-  for (std::map<ObjectPtr, NCollection_List<TopoDS_Shape> >::const_iterator anIt = anObjectToShapes.begin();
-    anIt != anObjectToShapes.end(); anIt++) {
+  for (std::map<ObjectPtr, NCollection_List<TopoDS_Shape> >::const_iterator
+    anIt = anObjectToShapes.begin(); anIt != anObjectToShapes.end(); anIt++) {
     ObjectPtr anObject = anIt->first;
     if (!anObject.get() || anObjectToPrs.find(anObject) == anObjectToPrs.end())
       continue;