From 5809b0812bc9e9b2e34ba6d5a0c3842d97df6ca0 Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 17 Dec 2013 12:46:00 +0000 Subject: [PATCH] patch for correct compilation on Linux --- src/HYDROData/HYDROData_CalculationCase.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + } -- 2.39.2