From d8c4db17f2d727dd536b3b0b6625992fcbd8a8f9 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 29 Feb 2020 22:15:46 -0600 Subject: [PATCH] Make gcc happy again.. --- indra/llmath/lloctree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }