aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvovolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvovolume.h')
-rw-r--r--linden/indra/newview/llvovolume.h4
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)
70class LLVOVolume : public LLViewerObject 70class LLVOVolume : public LLViewerObject
71{ 71{
72protected:
73 virtual ~LLVOVolume();
74
72public: 75public:
73 static void initClass(); 76 static void initClass();
74 static void preUpdateGeom(); 77 static void preUpdateGeom();
@@ -85,7 +88,6 @@ public:
85 88
86public: 89public:
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