diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h index b8b06e6eb..2f843490d 100644 --- a/indra/llmath/lloctree.h +++ b/indra/llmath/lloctree.h @@ -537,7 +537,7 @@ public: OctreeStats::getInstance()->realloc(old_cap,mData.capacity()); #endif - notifyAddition(data); + LLOctreeNode::notifyAddition(data); return true; } else @@ -593,7 +593,7 @@ public: OctreeStats::getInstance()->realloc(old_cap,mData.capacity()); #endif - notifyAddition(data); + LLOctreeNode::notifyAddition(data); return true; }