diff options
| -rw-r--r-- | indra/newview/llviewerjoint.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llviewerjoint.h b/indra/newview/llviewerjoint.h index 08c4ec36fd..5ff766696c 100644 --- a/indra/newview/llviewerjoint.h +++ b/indra/newview/llviewerjoint.h @@ -141,7 +141,9 @@ public:  	std::vector<LLViewerJointMesh*> mMeshParts;  	void setMeshID( S32 id ) {mMeshID = id;} -protected: +private: +	void init(); +  	BOOL		mValid;  	U32			mComponents;  	F32			mMinPixelArea;  | 
