From: pkv Date: Fri, 27 Sep 2013 10:37:43 +0000 (+0400) Subject: 0024157: Parallelization of assembly part of BO X-Git-Tag: V6_7_0_beta~109 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=09126f16317ff87d79819c9a87c1879ee2cc62e1;p=occt-copy.git 0024157: Parallelization of assembly part of BO Providing compatibility with new versions of Linux --- diff --git a/src/BOPCol/BOPCol_NCVector.hxx b/src/BOPCol/BOPCol_NCVector.hxx index a23c8c4563..5995d16818 100644 --- a/src/BOPCol/BOPCol_NCVector.hxx +++ b/src/BOPCol/BOPCol_NCVector.hxx @@ -45,7 +45,7 @@ template class BOPCol_NCVector Type& Append1 () { Type& anAppended = - *(Type* )expandV (NCollection_BaseCollection::myAllocator, + *(Type* )NCollection_BaseVector::expandV (NCollection_BaseCollection::myAllocator, NCollection_Vector::myLength); return anAppended; }