We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c340dde commit d8c4db1Copy full SHA for d8c4db1
1 file changed
indra/llmath/lloctree.h
@@ -537,7 +537,7 @@ class LLOctreeNode : public LLTreeNode<T>
537
OctreeStats::getInstance()->realloc(old_cap,mData.capacity());
538
#endif
539
540
- notifyAddition(data);
+ LLOctreeNode<T>::notifyAddition(data);
541
return true;
542
}
543
else
@@ -593,7 +593,7 @@ class LLOctreeNode : public LLTreeNode<T>
593
594
595
596
597
598
599
0 commit comments