mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
0027810: Compilation error on NCollection_UBTree::Kill()
This commit is contained in:
parent
150ed3d5ef
commit
1ede545fef
@ -214,7 +214,7 @@ public:
|
|||||||
* This method should be used instead of operator delete.
|
* This method should be used instead of operator delete.
|
||||||
*/
|
*/
|
||||||
static void delNode (TreeNode * theNode,
|
static void delNode (TreeNode * theNode,
|
||||||
Handle(NCollection_BaseAllocator)& theAlloc)
|
const Handle(NCollection_BaseAllocator)& theAlloc)
|
||||||
{
|
{
|
||||||
if (theNode) {
|
if (theNode) {
|
||||||
if (theNode -> myChildren) {
|
if (theNode -> myChildren) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user