From: mpv Date: Wed, 8 Jun 2005 06:09:45 +0000 (+0000) Subject: Porting to Mandrake 10.1 and new products: X-Git-Tag: T2_2_4a X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d8dd8f5dffbad3c122e5694d8d5527839d905b90;p=modules%2Fgeom.git Porting to Mandrake 10.1 and new products: porting to Qt 3.3.3 --- diff --git a/src/PARTITION/Partition_Spliter.cxx b/src/PARTITION/Partition_Spliter.cxx index 8f4793909..5771b62c9 100644 --- a/src/PARTITION/Partition_Spliter.cxx +++ b/src/PARTITION/Partition_Spliter.cxx @@ -223,7 +223,10 @@ void Partition_Spliter::Clear() myImagesEdges.Clear(); myImageShape.Clear(); - myInter3d = Partition_Inter3d(myAsDes); + // mpv: porting to gcc 3.4.1 and OCC 5.2.3 + //myInter3d = Partition_Inter3d(myAsDes); + Partition_Inter3d inst(myAsDes); + myInter3d = inst; myAddedFacesMap.Clear();