From a332a7fc3572406874c76cba32bc7ab671be14eb Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Fri, 4 Apr 2014 17:33:45 +0200 Subject: [PATCH] Compile fix for motions backport. --- indra/llcharacter/llkeyframemotion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcharacter/llkeyframemotion.h b/indra/llcharacter/llkeyframemotion.h index 952ae0ca7..4c54d5500 100644 --- a/indra/llcharacter/llkeyframemotion.h +++ b/indra/llcharacter/llkeyframemotion.h @@ -502,7 +502,7 @@ public: //------------------------------------------------------------------------- // JointMotionList //------------------------------------------------------------------------- - class JointMotionList + class JointMotionList : public LLRefCount { public: std::vector mJointMotionArray;