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/newview/llvotree.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 'linden/indra/newview/llvotree.h')
-rw-r--r-- | linden/indra/newview/llvotree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llvotree.h b/linden/indra/newview/llvotree.h index 65a0797..4ec148d 100644 --- a/linden/indra/newview/llvotree.h +++ b/linden/indra/newview/llvotree.h | |||
@@ -39,6 +39,9 @@ class LLDrawPool; | |||
39 | 39 | ||
40 | class LLVOTree : public LLViewerObject | 40 | class LLVOTree : public LLViewerObject |
41 | { | 41 | { |
42 | protected: | ||
43 | ~LLVOTree(); | ||
44 | |||
42 | public: | 45 | public: |
43 | enum | 46 | enum |
44 | { | 47 | { |
@@ -49,7 +52,6 @@ public: | |||
49 | eVertexDataMask; | 52 | eVertexDataMask; |
50 | 53 | ||
51 | LLVOTree(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); | 54 | LLVOTree(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); |
52 | virtual ~LLVOTree(); | ||
53 | 55 | ||
54 | // Initialize data that's only inited once per class. | 56 | // Initialize data that's only inited once per class. |
55 | static void initClass(); | 57 | static void initClass(); |