aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerthrottle.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerthrottle.h')
-rw-r--r--linden/indra/newview/llviewerthrottle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerthrottle.h b/linden/indra/newview/llviewerthrottle.h
index 1ccef63..c9157bd 100644
--- a/linden/indra/newview/llviewerthrottle.h
+++ b/linden/indra/newview/llviewerthrottle.h
@@ -73,7 +73,7 @@ public:
73 73
74 LLViewerThrottleGroup getThrottleGroup(const F32 bandwidth_kbps); 74 LLViewerThrottleGroup getThrottleGroup(const F32 bandwidth_kbps);
75 75
76 static const char *sNames[TC_EOF]; 76 static const char* sNames[TC_EOF]; /* Flawfinder: ignore */
77protected: 77protected:
78 F32 mMaxBandwidth; 78 F32 mMaxBandwidth;
79 F32 mCurrentBandwidth; 79 F32 mCurrentBandwidth;