diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/llmath/lloctree.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmath/lloctree.h | 1 |
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 | }; |