--- trunk/indra/newview/lltexlayer.h 2010/03/21 18:22:23 137 +++ trunk/indra/newview/lltexlayer.h 2010/04/30 20:03:50 138 @@ -251,6 +251,7 @@ //----------------------------------------------------------------------------- class LLTexLayerSet { + friend class LLTexLayerSetBuffer; public: LLTexLayerSet( LLVOAvatar* avatar ); ~LLTexLayerSet(); @@ -286,7 +287,6 @@ public: static BOOL sHasCaches; - static std::set sTexLayerSetList; protected: typedef std::vector layer_list_t;