aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/lljoint.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llcharacter/lljoint.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llcharacter/lljoint.h')
-rw-r--r--linden/indra/llcharacter/lljoint.h3
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;