summaryrefslogtreecommitdiff
path: root/indra/newview/llhudeffectblob.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-10-21 11:27:33 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-10-21 11:27:33 -0700
commit643a175a477b9d889b1a03e0fff8e864f3e5470b (patch)
tree05100fd95359e42e5a39f9efc395fcf30d6c9432 /indra/newview/llhudeffectblob.h
parent45b10b07473f011bbb9db687fca6daf1190e3d5d (diff)
* Added image cleanup to hud blob effect
Reviewed by Richard.
Diffstat (limited to 'indra/newview/llhudeffectblob.h')
-rw-r--r--indra/newview/llhudeffectblob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llhudeffectblob.h b/indra/newview/llhudeffectblob.h
index f4c1691108..ce3e8500fc 100644
--- a/indra/newview/llhudeffectblob.h
+++ b/indra/newview/llhudeffectblob.h
@@ -35,6 +35,8 @@ class LLHUDEffectBlob : public LLHUDEffect
public:
friend class LLHUDObject;
+ void markDead();
+
void setPixelSize(S32 pixels) { mPixelSize = pixels; }
protected: