summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
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.h
parent42820f834fcd68c40dc71f1be2a2b7d50096f148 (diff)
parent43a338c6270f9a000052465d09d4ad999524af0b (diff)
Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-543-maint_cmake
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index 0f06889d20..21fa23dfa8 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -98,7 +98,7 @@ public:
bool quitRequested() { return mQuitRequested; }
bool logoutRequestSent() { return mLogoutRequestSent; }
bool isSecondInstance() { return mSecondInstance; }
- bool isUpdaterMissing() { return mUpdaterNotFound; }
+ bool isUpdaterMissing(); // In use by tests
void writeDebugInfo(bool isStatic=true);