mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0027810: Compilation error on NCollection_UBTree::Kill()
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user