1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032492: Coding - New warnings after integration fix for 27814

This commit is contained in:
asuraven 2021-07-27 14:41:58 +03:00
parent 4e993e4d0d
commit bec59435e0

View File

@ -334,7 +334,9 @@ public:
}
private:
BRepCheck_ParallelAnalyzer& operator=(const BRepCheck_ParallelAnalyzer&) Standard_DELETE;
private:
NCollection_Array1< NCollection_Array1<TopoDS_Shape> >& myArray;
const BRepCheck_IndexedDataMapOfShapeResult& myMap;
};