From: asl Date: Tue, 17 Dec 2013 12:46:00 +0000 (+0000) Subject: patch for correct compilation on Linux X-Git-Tag: BR_hydro_v_0_6~57 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5809b0812bc9e9b2e34ba6d5a0c3842d97df6ca0;p=modules%2Fhydro.git patch for correct compilation on Linux --- diff --git a/src/HYDROData/HYDROData_CalculationCase.cxx b/src/HYDROData/HYDROData_CalculationCase.cxx index 04163f3a..70c10a63 100644 --- a/src/HYDROData/HYDROData_CalculationCase.cxx +++ b/src/HYDROData/HYDROData_CalculationCase.cxx @@ -722,7 +722,7 @@ bool HYDROData_CalculationCase::Export( GEOM::GEOM_Gen_var theGeomEngine, TopTools_IndexedMapOfShape aMapOfSubShapes; TopExp::MapShapes( aSewedShape, aMapOfSubShapes ); - QHash> aGroupsData; + QHash > aGroupsData; HYDROData_SequenceOfObjects::Iterator anIter( theSplittedGroups ); for ( ; anIter.More(); anIter.Next() ) { @@ -821,4 +821,4 @@ GEOM::GEOM_Object_ptr HYDROData_CalculationCase::publishShapeInGEOM( } return aGeomObj._retn(); - } \ No newline at end of file + }