From 5bb7bfce1470b260b7e7b0935ca8401ff6ca9feb Mon Sep 17 00:00:00 2001 From: Tofu Linden <tofu.linden@lindenlab.com> Date: Thu, 28 Jan 2010 11:09:16 -0800 Subject: [PATCH] follow-up for CID-372 --- indra/newview/llviewerjoint.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/indra/newview/llviewerjoint.h b/indra/newview/llviewerjoint.h index 08c4ec36fde..5ff766696cc 100644 --- a/indra/newview/llviewerjoint.h +++ b/indra/newview/llviewerjoint.h @@ -141,7 +141,9 @@ class LLViewerJoint : std::vector<LLViewerJointMesh*> mMeshParts; void setMeshID( S32 id ) {mMeshID = id;} -protected: +private: + void init(); + BOOL mValid; U32 mComponents; F32 mMinPixelArea; -- GitLab