summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-05-07 18:10:29 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-05-07 18:10:29 +0200
commit62053e1e889b6a320d7c024cc028caa6de89ea91 (patch)
tree6693bfd9be291a2af9d20521a4337f1e06581625 /indra/newview/llappviewer.cpp
parent42820f834fcd68c40dc71f1be2a2b7d50096f148 (diff)
parent43a338c6270f9a000052465d09d4ad999524af0b (diff)
Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-543-maint_cmake
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 3dd42e9290..c94de31244 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3095,6 +3095,11 @@ bool LLAppViewer::initWindow()
return true;
}
+bool LLAppViewer::isUpdaterMissing()
+{
+ return mUpdaterNotFound;
+}
+
void LLAppViewer::writeDebugInfo(bool isStatic)
{
#if LL_WINDOWS && LL_BUGSPLAT