summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.h
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2009-11-19 15:01:27 -0800
committerMonroe Linden <monroe@lindenlab.com>2009-11-19 15:01:27 -0800
commit320dfa1d72c2eab9c59daf6bb13cc5001162c7b0 (patch)
treeedc5ea52066a27f95187b5b927fa180b6166d191 /indra/newview/llvovolume.h
parent7be953512ab67e5f7659547232462f4510179196 (diff)
Added LLVOVolume::markDead(), which unhooks any prim media instances from the dead object.
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r--indra/newview/llvovolume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h
index fb543efc04..70d203daf2 100644
--- a/indra/newview/llvovolume.h
+++ b/indra/newview/llvovolume.h
@@ -100,6 +100,7 @@ public:
public:
LLVOVolume(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
+ /*virtual*/ void markDead(); // Override (and call through to parent) to clean up media references
/*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline);