summaryrefslogtreecommitdiff
path: root/indra/newview/llhudobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhudobject.h')
-rw-r--r--[-rwxr-xr-x]indra/newview/llhudobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llhudobject.h b/indra/newview/llhudobject.h
index d304ac41af..3d64a0c986 100755..100644
--- a/indra/newview/llhudobject.h
+++ b/indra/newview/llhudobject.h
@@ -75,6 +75,7 @@ public:
static void updateAll();
static void renderAll();
static void renderAllForSelect();
+ static void renderAllForTimer();
static void cleanupHUDObjects();
@@ -106,6 +107,7 @@ protected:
virtual void render() = 0;
virtual void renderForSelect() {};
+ virtual void renderForTimer() {};
protected:
U8 mType;