diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-18 17:00:48 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-03-18 17:00:48 -0400 |
commit | ea9a71972dde8f61af06e92c3ed25e5ed5a27000 (patch) | |
tree | 8211102d0a31df74bbc43540021808253016ca1b /indra | |
parent | a365d7fb3fe3476b693b9547cd40be2d3e345d8c (diff) |
Fix for build error
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/lltexturefetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index ceec0e27f1..3502a641cf 100755 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -3191,7 +3191,7 @@ bool LLTextureFetchWorker::insertPacket(S32 index, U8* data, S32 size) void LLTextureFetchWorker::setState(e_state new_state) { - static char* e_state_name[] = + static const char* e_state_name[] = { "INVALID", "INIT", |