summaryrefslogtreecommitdiff
path: root/indra/llui/lluiusage.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/lluiusage.h')
-rw-r--r--indra/llui/lluiusage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lluiusage.h b/indra/llui/lluiusage.h
index bac607aa60..efc8bb4032 100644
--- a/indra/llui/lluiusage.h
+++ b/indra/llui/lluiusage.h
@@ -41,10 +41,12 @@ public:
static std::string sanitized(const std::string& s);
void logFloater(const std::string& floater);
void logCommand(const std::string& command);
+ void logWidget(const std::string& w);
LLSD asLLSD() const;
private:
std::map<std::string,U32> mFloaterCounts;
std::map<std::string,U32> mCommandCounts;
+ std::map<std::string,U32> mWidgetCounts;
};
#endif // LLUIUIUSAGE.h