summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2009-07-09 22:31:17 +0000
committerRichard Nelson <richard@lindenlab.com>2009-07-09 22:31:17 +0000
commitee24bbdd482f4d183b92221ebef15d9555860534 (patch)
tree3dc83686097d84e374482f14129ebf3e7ecd8545 /indra/newview/llvoavatar.h
parent8016e73cc0a2a27062fae27e609535e002eef362 (diff)
DEV-34804 right click object more>attach HUD, hover and a black bar appears
reviewed by Austni
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index b22c0deb33..283b9ea156 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -94,7 +94,7 @@ public:
virtual void markDead();
static void initClass(); // Initialize data that's only init'd once per class.
static void cleanupClass(); // Cleanup data that's only init'd once per class.
- void initInstance(); // Called after construction to initialize the class.
+ virtual void initInstance(); // Called after construction to initialize the class.
protected:
virtual ~LLVOAvatar();
BOOL loadSkeletonNode();