From 826c4c50d62a8316c218f01a94abfbdcdd1ca12f Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Thu, 3 Jun 2010 19:59:22 +0100 Subject: fix gcc fatal whine - probably. --- indra/newview/lltexlayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/lltexlayer.h b/indra/newview/lltexlayer.h index 615de661af..2ee609fe60 100644 --- a/indra/newview/lltexlayer.h +++ b/indra/newview/lltexlayer.h @@ -322,9 +322,9 @@ protected: BOOL loadImageRaw(const std::string& file_name, LLImageRaw* image_raw); private: LLStringTable mImageNames; - typedef std::map> texture_map_t; + typedef std::map > texture_map_t; texture_map_t mStaticImageList; - typedef std::map> image_tga_map_t; + typedef std::map > image_tga_map_t; image_tga_map_t mStaticImageListTGA; S32 mGLBytes; S32 mTGABytes; -- cgit v1.2.3