From 1ede545fefc8a3e0de8cd39f817f5c0fd667f5a7 Mon Sep 17 00:00:00 2001 From: oan Date: Thu, 25 Aug 2016 16:46:13 +0300 Subject: [PATCH] 0027810: Compilation error on NCollection_UBTree::Kill() --- src/NCollection/NCollection_UBTree.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NCollection/NCollection_UBTree.hxx b/src/NCollection/NCollection_UBTree.hxx index e39371a140..8074a78267 100644 --- a/src/NCollection/NCollection_UBTree.hxx +++ b/src/NCollection/NCollection_UBTree.hxx @@ -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) { -- 2.39.5