summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-12-18 23:16:50 -0700
committerXiaohong Bao <bao@lindenlab.com>2012-12-18 23:16:50 -0700
commit4e22f3e3ef15e24d7e9e0ad156e60d4cd1b2d5c9 (patch)
tree0c837e77525f3bed0aa32c56429ce27ee26ee82e /indra/newview/llviewerobject.h
parentc66c8d32c7ead6535cf6d80b7001499df83a523d (diff)
fix for SH-3624: Object deletion does not work
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 02b4f84785..74b86600d4 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -132,6 +132,7 @@ public:
BOOL isDead() const {return mDead;}
BOOL isOrphaned() const { return mOrphaned; }
BOOL isParticleSource() const;
+ void EnableToCacheTree(bool enabled);
virtual LLVOAvatar* asAvatar();