From 27e78617825a35b1fcb38d6a01b7ad5fbbb9d2d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2024 05:49:11 +0100 Subject: d --- src/RTree.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/RTree.hpp b/src/RTree.hpp index 18ae3b77..7820ddd7 100644 --- a/src/RTree.hpp +++ b/src/RTree.hpp @@ -1265,7 +1265,7 @@ void RTREE_QUAL::ListTree(Array& treeList, Array& toVisit) const while (!toVisit.isEmpty()) { Node* a_node = toVisit.back(); - arrayRemove(toVisit, toVisit.size()-1); + arrayRemoveSuffix(toVisit, toVisit.size()); if(a_node->IsInternalNode()) { // This is an internal node in the tree -- cgit v1.2.3