diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-12 18:35:43 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-10-12 19:40:22 +0300 |
commit | 0a2b748705c6e74eaff814d48b8b110c1364b45f (patch) | |
tree | d4408592bc4559147e45bd29a662d6927370f8ce /indra/newview/llappviewer.h | |
parent | 1edd38e742b571064c4acece8f29daf25a5e69bb (diff) |
SL-14078 No point in verifying display name cap each frame #2
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 8f0f54de3b..4352905f7d 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -205,7 +205,9 @@ public: // llcorehttp init/shutdown/config information. LLAppCoreHttp & getAppCoreHttp() { return mAppCoreHttp; } - + + void updateNameLookupUrl(); + protected: virtual bool initWindow(); // Initialize the viewer's window. virtual void initLoggingAndGetLastDuration(); // Initialize log files, logging system |