1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0027810: Compilation error on NCollection_UBTree::Kill()

This commit is contained in:
oan 2016-08-25 16:46:13 +03:00 committed by bugmaster
parent 150ed3d5ef
commit 1ede545fef

View File

@ -214,7 +214,7 @@ public:
* This method should be used instead of operator delete.
*/
static void delNode (TreeNode * theNode,
Handle(NCollection_BaseAllocator)& theAlloc)
const Handle(NCollection_BaseAllocator)& theAlloc)
{
if (theNode) {
if (theNode -> myChildren) {