summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-25 17:08:34 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-03-25 17:08:34 +0200
commitd11df206018ea5192266141f242ff6372597ecd6 (patch)
treeb14da286deb5e54139f021434b2fd23ddc0388e8 /indra/newview/llappviewer.cpp
parent090b506612ccd2344b3748902ae65efe816681c6 (diff)
SL-16831 Fix unit test
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 7d300d8573..8d200db244 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3088,6 +3088,11 @@ bool LLAppViewer::initWindow()
return true;
}
+bool LLAppViewer::isUpdaterMissing()
+{
+ return mUpdaterNotFound;
+}
+
void LLAppViewer::writeDebugInfo(bool isStatic)
{
#if LL_WINDOWS && LL_BUGSPLAT