Porting to Mandrake 10.1 and new products:

porting to Qt 3.3.3
This commit is contained in:
mpv 2005-06-08 06:09:45 +00:00
parent baf5f7929a
commit d8dd8f5dff

View File

@ -223,7 +223,10 @@ void Partition_Spliter::Clear()
myImagesEdges.Clear(); myImagesEdges.Clear();
myImageShape.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(); myAddedFacesMap.Clear();