diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llviewerjoint.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewerjoint.h b/indra/newview/llviewerjoint.h index 5ff766696c..0d3092a044 100644 --- a/indra/newview/llviewerjoint.h +++ b/indra/newview/llviewerjoint.h @@ -141,7 +141,7 @@ public:  	std::vector<LLViewerJointMesh*> mMeshParts;  	void setMeshID( S32 id ) {mMeshID = id;} -private: +protected:  	void init();  	BOOL		mValid; | 
