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

0024157: Parallelization of assembly part of BO

Providing compatibility with new versions of Linux
This commit is contained in:
pkv 2013-09-27 14:37:43 +04:00 committed by bugmaster
parent aeaf53d5ed
commit 09126f1631

View File

@ -45,7 +45,7 @@ template <class Type> class BOPCol_NCVector
Type& Append1 ()
{
Type& anAppended =
*(Type* )expandV (NCollection_BaseCollection<Type>::myAllocator,
*(Type* )NCollection_BaseVector::expandV (NCollection_BaseCollection<Type>::myAllocator,
NCollection_Vector<Type>::myLength);
return anAppended;
}