diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-08-22 16:12:40 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-08-22 16:12:40 -0400 |
commit | a3b1a60ed76ac9661bd245e7d5bb801be852944c (patch) | |
tree | 7958d835b5f3a5f210f6361d40f1d5eeee68ef58 /indra/newview/llviewertexture.h | |
parent | 0094c4299f6fb627c0a759374ede39450efdc8d0 (diff) | |
parent | 171089207b528ab80a954292c127ba77254ee927 (diff) |
merge
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rwxr-xr-x | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index b43243c3f2..d9a537d304 100755 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -103,6 +103,7 @@ public: INVALID_TEXTURE_TYPE }; + typedef std::vector<LLFace*> ll_face_list_t; typedef std::vector<LLVOVolume*> ll_volume_list_t; |