diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcharacter/lljoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/lljoint.h b/linden/indra/llcharacter/lljoint.h index 15b82c2..352d222 100644 --- a/linden/indra/llcharacter/lljoint.h +++ b/linden/indra/llcharacter/lljoint.h | |||
@@ -95,7 +95,8 @@ public: | |||
95 | LLDynamicArray<LLVector3> mConstraintSilhouette; | 95 | LLDynamicArray<LLVector3> mConstraintSilhouette; |
96 | 96 | ||
97 | // child joints | 97 | // child joints |
98 | LLLinkedList<LLJoint> mChildren; | 98 | typedef std::list<LLJoint*> child_list_t; |
99 | child_list_t mChildren; | ||
99 | 100 | ||
100 | // debug statics | 101 | // debug statics |
101 | static S32 sNumTouches; | 102 | static S32 sNumTouches; |