diff options
Diffstat (limited to 'linden/indra/newview/llviewerthrottle.cpp')
-rw-r--r-- | linden/indra/newview/llviewerthrottle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerthrottle.cpp b/linden/indra/newview/llviewerthrottle.cpp index 54188cd..311dff3 100644 --- a/linden/indra/newview/llviewerthrottle.cpp +++ b/linden/indra/newview/llviewerthrottle.cpp | |||
@@ -58,7 +58,7 @@ const F32 DYNAMIC_UPDATE_DURATION = 5.0f; // seconds | |||
58 | LLViewerThrottle gViewerThrottle; | 58 | LLViewerThrottle gViewerThrottle; |
59 | 59 | ||
60 | // static | 60 | // static |
61 | const char *LLViewerThrottle::sNames[TC_EOF] = { | 61 | const std:: string LLViewerThrottle::sNames[TC_EOF] = { |
62 | "Resend", | 62 | "Resend", |
63 | "Land", | 63 | "Land", |
64 | "Wind", | 64 | "Wind", |