summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2020-09-01 15:14:49 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2020-09-01 15:14:49 +0100
commitc6ae8017da0cb433b24560c9a721ea25ea3396b7 (patch)
treea912a7039187e375eeea2c14d733f0ca0e1bdda2 /indra/newview/llviewerstats.h
parentd556a8a9741c367d8592cedbd2d8ef2255370a4c (diff)
SL-13834 - small correction
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rw-r--r--indra/newview/llviewerstats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h
index b120bb1cdd..04870e0c26 100644
--- a/indra/newview/llviewerstats.h
+++ b/indra/newview/llviewerstats.h
@@ -294,7 +294,7 @@ static const F32 SEND_STATS_PERIOD = 300.0f;
// The following are from (older?) statistics code found in appviewer.
void update_statistics();
-void send_viewer_stats(bool diffs_only);
+void send_viewer_stats(bool include_preferences);
extern LLFrameTimer gTextureTimer;
extern U32Bytes gTotalTextureData;