From 09126f16317ff87d79819c9a87c1879ee2cc62e1 Mon Sep 17 00:00:00 2001 From: pkv Date: Fri, 27 Sep 2013 14:37:43 +0400 Subject: [PATCH] 0024157: Parallelization of assembly part of BO Providing compatibility with new versions of Linux --- src/BOPCol/BOPCol_NCVector.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }