diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2022-07-21 23:36:06 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2022-07-21 23:36:06 +0200 |
commit | 6fdd35d500113b6a9d3f4b15342a1baf1e15fa7c (patch) | |
tree | 621a3bf5f8bc007bcff6c954cfaa071da61e4344 /indra/newview/tests | |
parent | 3f31d0b5a70af4ebf746d40d478b4e948e904a87 (diff) | |
parent | de017d081ebd1c2176c4c0b63793559d2b30ad00 (diff) |
Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-543-maint_cmake
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index a52c3dcef9..696fe3536c 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -223,6 +223,7 @@ bool llHashedUniqueID(unsigned char* id) #include "../llappviewer.h" void LLAppViewer::forceQuit(void) {} bool LLAppViewer::isUpdaterMissing() { return true; } +bool LLAppViewer::waitForUpdater() { return false; } LLAppViewer * LLAppViewer::sInstance = 0; //----------------------------------------------------------------------------- |