Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Mon, 15 Mar 2010 12:24:54 +0000 (12:24 +0000)
committerana <ana@opencascade.com>
Mon, 15 Mar 2010 12:24:54 +0000 (12:24 +0000)
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx

index fcc774a8ac44e4e401dc5d98636478ea5b447b82..9d1a37bdcbbedf669968c2d684ec92dbaafb3a2c 100644 (file)
@@ -107,7 +107,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
     B.MakeWire(aWire);
 
     // add edges
-    for (uint ind = 1; ind <= aShapes->Length(); ind++) {
+    for (unsigned int ind = 1; ind <= aShapes->Length(); ind++) {
       Handle(GEOM_Function) aRefShape = Handle(GEOM_Function)::DownCast(aShapes->Value(ind));
       TopoDS_Shape aShape_i = aRefShape->GetValue();
       if (aShape_i.IsNull()) {