summaryrefslogtreecommitdiff
path: root/indra/newview/llhudobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhudobject.h')
-rw-r--r--indra/newview/llhudobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llhudobject.h b/indra/newview/llhudobject.h
index 3b5589c05b..828af5cf17 100644
--- a/indra/newview/llhudobject.h
+++ b/indra/newview/llhudobject.h
@@ -26,6 +26,7 @@ class LLViewerCamera;
class LLFontGL;
class LLFace;
class LLViewerObject;
+class LLHUDEffect;
class LLHUDObject : public LLRefCount
{
@@ -45,6 +46,7 @@ public:
U8 getType() const { return mType; }
static LLHUDObject *addHUDObject(const U8 type);
+ static LLHUDEffect *addHUDEffect(const U8 type);
static void updateAll();
static void renderAll();
static void renderAllForSelect();