diff options
| -rw-r--r-- | indra/llappearance/llavatarappearance.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index 96dd81be77..6eab9b9d1f 100644 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -272,7 +272,7 @@ private:  protected:  	virtual LLTexLayerSet*	createTexLayerSet() = 0;  protected: -	struct LLMaskedMorph; +	class LLMaskedMorph;  	typedef std::deque<LLMaskedMorph *> 	morph_list_t;  	struct BakedTextureData  	{ | 
