summaryrefslogtreecommitdiff
path: root/indra/llappearance/llavatarjoint.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-12 15:40:46 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-12 15:40:46 -0500
commit62d14e1a33edf2df88761969f81e70ecd0081dab (patch)
treecb0c8698c09ce432e56f622753f9cada16a467ce /indra/llappearance/llavatarjoint.cpp
parentf8ee9ffce6f53427b35d344a290deb6efa467463 (diff)
SL-333 WIP - added back some unused constructors to make the appearance utility happier
Diffstat (limited to 'indra/llappearance/llavatarjoint.cpp')
-rw-r--r--indra/llappearance/llavatarjoint.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarjoint.cpp b/indra/llappearance/llavatarjoint.cpp
index 8133d4405a..29642be099 100644
--- a/indra/llappearance/llavatarjoint.cpp
+++ b/indra/llappearance/llavatarjoint.cpp
@@ -52,6 +52,12 @@ LLAvatarJoint::LLAvatarJoint() :
init();
}
+LLAvatarJoint::LLAvatarJoint(S32 joint_num) :
+ LLJoint(joint_num)
+{
+ init();
+}
+
LLAvatarJoint::LLAvatarJoint(const std::string &name, LLJoint *parent) :
LLJoint(name, parent)
{