summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r--indra/newview/llviewerwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h
index 9c8e78a29d..251c0155b6 100644
--- a/indra/newview/llviewerwindow.h
+++ b/indra/newview/llviewerwindow.h
@@ -320,10 +320,10 @@ protected:
LLString mOverlayTitle; // Used for special titles such as "Second Life - Special E3 2003 Beta"
- static char sSnapshotBaseName[LL_MAX_PATH];
- static char sSnapshotDir[LL_MAX_PATH];
+ static char sSnapshotBaseName[LL_MAX_PATH]; /* Flawfinder: ignore */
+ static char sSnapshotDir[LL_MAX_PATH]; /* Flawfinder: ignore */
- static char sMovieBaseName[LL_MAX_PATH];
+ static char sMovieBaseName[LL_MAX_PATH]; /* Flawfinder: ignore */
BOOL mIgnoreActivate;
LLFrameTimer mFastFrameTimer;