aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/lloctree.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/lloctree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llmath/lloctree.h b/linden/indra/llmath/lloctree.h
index 81b9d8c..004b0a2 100644
--- a/linden/indra/llmath/lloctree.h
+++ b/linden/indra/llmath/lloctree.h
@@ -57,7 +57,6 @@ public:
57 typedef LLTreeListener<T> BaseType; 57 typedef LLTreeListener<T> BaseType;
58 typedef LLOctreeNode<T> oct_node; 58 typedef LLOctreeNode<T> oct_node;
59 59
60 virtual ~LLOctreeListener() { };
61 virtual void handleChildAddition(const oct_node* parent, oct_node* child) = 0; 60 virtual void handleChildAddition(const oct_node* parent, oct_node* child) = 0;
62 virtual void handleChildRemoval(const oct_node* parent, const oct_node* child) = 0; 61 virtual void handleChildRemoval(const oct_node* parent, const oct_node* child) = 0;
63}; 62};