projects
/
occt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
aeaf53d
)
0024157: Parallelization of assembly part of BO
author
pkv
<pkv@opencascade.com>
Fri, 27 Sep 2013 10:37:43 +0000 (14:37 +0400)
committer
bugmaster
<bugmaster@opencascade.com>
Fri, 27 Sep 2013 10:39:30 +0000 (14:39 +0400)
Providing compatibility with new versions of Linux
src/BOPCol/BOPCol_NCVector.hxx
patch
|
blob
|
blame
|
history
diff --git
a/src/BOPCol/BOPCol_NCVector.hxx
b/src/BOPCol/BOPCol_NCVector.hxx
index
a23c8c4
..
5995d16
100644
(file)
--- a/
src/BOPCol/BOPCol_NCVector.hxx
+++ b/
src/BOPCol/BOPCol_NCVector.hxx
@@
-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;
}