From: ana Date: Mon, 15 Mar 2010 12:24:54 +0000 (+0000) Subject: Windows compatibility X-Git-Tag: V5_1_4a1~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=40782e018b1ebd6308269a23045f2f987e135a34;hp=066a0505a9e1eb4b460b0fb38286c10dfe117574;p=modules%2Fgeom.git Windows compatibility --- diff --git a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx index fcc774a8a..9d1a37bdc 100644 --- a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx @@ -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()) {