diff options
Diffstat (limited to 'linden/indra/newview/llframestatview.h')
-rw-r--r-- | linden/indra/newview/llframestatview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llframestatview.h b/linden/indra/newview/llframestatview.h index 35d63b1..465b238 100644 --- a/linden/indra/newview/llframestatview.h +++ b/linden/indra/newview/llframestatview.h | |||
@@ -64,7 +64,7 @@ public: | |||
64 | private: | 64 | private: |
65 | LLStat *mStats[MAX_STATS]; | 65 | LLStat *mStats[MAX_STATS]; |
66 | LLColor4 mColors[MAX_STATS]; | 66 | LLColor4 mColors[MAX_STATS]; |
67 | const char *mLabels[MAX_STATS]; | 67 | const char *mLabels[MAX_STATS]; /* Flawfinder: ignore */ |
68 | S32 mNumStats; | 68 | S32 mNumStats; |
69 | }; | 69 | }; |
70 | 70 | ||