diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-03 20:00:50 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-03 20:00:50 +0100 |
commit | 8cc9e29832f54660fbe174a70b656d32f46a094d (patch) | |
tree | c2f39f2d290cfbda77d1617256cc060b2a64bf9e /indra/newview/lltexlayer.h | |
parent | 4d586d48ff3f6f10a159758af6dedccaf2e8543b (diff) | |
parent | e2b8c1c699f75e234776beda939205a247fb1bc3 (diff) |
merge from viewer-public
Diffstat (limited to 'indra/newview/lltexlayer.h')
-rw-r--r-- | indra/newview/lltexlayer.h | 4 |
1 files 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<const char*, LLPointer<LLViewerTexture>> texture_map_t; + typedef std::map<const char*, LLPointer<LLViewerTexture> > texture_map_t; texture_map_t mStaticImageList; - typedef std::map<const char*, LLPointer<LLImageTGA>> image_tga_map_t; + typedef std::map<const char*, LLPointer<LLImageTGA> > image_tga_map_t; image_tga_map_t mStaticImageListTGA; S32 mGLBytes; S32 mTGABytes; |