diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-12 15:40:46 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-12 15:40:46 -0500 |
| commit | 62d14e1a33edf2df88761969f81e70ecd0081dab (patch) | |
| tree | cb0c8698c09ce432e56f622753f9cada16a467ce /indra/newview/llviewerjoint.cpp | |
| parent | f8ee9ffce6f53427b35d344a290deb6efa467463 (diff) | |
SL-333 WIP - added back some unused constructors to make the appearance utility happier
Diffstat (limited to 'indra/newview/llviewerjoint.cpp')
| -rwxr-xr-x | indra/newview/llviewerjoint.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerjoint.cpp b/indra/newview/llviewerjoint.cpp index 7bd93942b3..b7bd131246 100755 --- a/indra/newview/llviewerjoint.cpp +++ b/indra/newview/llviewerjoint.cpp @@ -48,6 +48,10 @@ LLViewerJoint::LLViewerJoint() : LLAvatarJoint() { } +LLViewerJoint::LLViewerJoint(S32 joint_num) : + LLAvatarJoint(joint_num) +{ } + LLViewerJoint::LLViewerJoint(const std::string &name, LLJoint *parent) : LLAvatarJoint(name, parent) { } |
