aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerthrottle.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llviewerthrottle.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
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;