Skip to content

Commit d8c4db1

Browse files
committed
Make gcc happy again..
1 parent c340dde commit d8c4db1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

indra/llmath/lloctree.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ class LLOctreeNode : public LLTreeNode<T>
537537
OctreeStats::getInstance()->realloc(old_cap,mData.capacity());
538538
#endif
539539

540-
notifyAddition(data);
540+
LLOctreeNode<T>::notifyAddition(data);
541541
return true;
542542
}
543543
else
@@ -593,7 +593,7 @@ class LLOctreeNode : public LLTreeNode<T>
593593
OctreeStats::getInstance()->realloc(old_cap,mData.capacity());
594594
#endif
595595

596-
notifyAddition(data);
596+
LLOctreeNode<T>::notifyAddition(data);
597597
return true;
598598
}
599599

0 commit comments

Comments
 (0)