From 607636508d4affab833ca24b64a5bbf002ec1c9f Mon Sep 17 00:00:00 2001
From: Tofu Linden <tofu.linden@lindenlab.com>
Date: Thu, 28 Jan 2010 11:29:29 -0800
Subject: [PATCH] privacy...

---
 indra/newview/llviewerjoint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llviewerjoint.h b/indra/newview/llviewerjoint.h
index 5ff766696cc..0d3092a0447 100644
--- a/indra/newview/llviewerjoint.h
+++ b/indra/newview/llviewerjoint.h
@@ -141,7 +141,7 @@ class LLViewerJoint :
 	std::vector<LLViewerJointMesh*> mMeshParts;
 	void setMeshID( S32 id ) {mMeshID = id;}
 
-private:
+protected:
 	void init();
 
 	BOOL		mValid;
-- 
GitLab