summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-03-10 17:49:06 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-03-10 17:49:06 +0000
commit92a17bf53b33050402c292c22614b361dba0e292 (patch)
tree59a0c5bb8331fa2f12f50c490c14c7edaf8deb19 /indra/newview
parent89bd4269018fa5a36a15eac8d2c3f99674d18b2d (diff)
SL-14862 - tab logging
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llstartup.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 17777c3ceb..b458582fa8 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -142,6 +142,7 @@
#include "lltoolmgr.h"
#include "lltrans.h"
#include "llui.h"
+#include "lluiusage.h"
#include "llurldispatcher.h"
#include "llurlentry.h"
#include "llslurl.h"
@@ -2257,6 +2258,8 @@ bool idle_startup()
gAgentAvatarp->sendHoverHeight();
+ LLUIUsage::instance().clear();
+
return TRUE;
}