diff options
Diffstat (limited to 'linden/indra/newview/llvovolume.h')
-rw-r--r-- | linden/indra/newview/llvovolume.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llvovolume.h b/linden/indra/newview/llvovolume.h index 14c640f..f5dfeb0 100644 --- a/linden/indra/newview/llvovolume.h +++ b/linden/indra/newview/llvovolume.h | |||
@@ -69,6 +69,9 @@ public: | |||
69 | // Class which embodies all Volume objects (with pcode LL_PCODE_VOLUME) | 69 | // Class which embodies all Volume objects (with pcode LL_PCODE_VOLUME) |
70 | class LLVOVolume : public LLViewerObject | 70 | class LLVOVolume : public LLViewerObject |
71 | { | 71 | { |
72 | protected: | ||
73 | virtual ~LLVOVolume(); | ||
74 | |||
72 | public: | 75 | public: |
73 | static void initClass(); | 76 | static void initClass(); |
74 | static void preUpdateGeom(); | 77 | static void preUpdateGeom(); |
@@ -85,7 +88,6 @@ public: | |||
85 | 88 | ||
86 | public: | 89 | public: |
87 | LLVOVolume(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); | 90 | LLVOVolume(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); |
88 | virtual ~LLVOVolume(); | ||
89 | 91 | ||
90 | /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); | 92 | /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); |
91 | 93 | ||