0027810: Compilation error on NCollection_UBTree::Kill()
[occt.git] / src / NCollection / NCollection_UBTree.hxx
index e39371a..8074a78 100644 (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) {