diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 11:29:29 -0800 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 11:29:29 -0800 | 
| commit | 607636508d4affab833ca24b64a5bbf002ec1c9f (patch) | |
| tree | f90c5c998b6a0b80cbf9adc67a2f687c399ad154 /indra/newview | |
| parent | df2f9e7823388f03455d889bc04779a3ee93867d (diff) | |
privacy...
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; | 
