From ac2acc3b5bc049d5af65e548ac722aa9af923f31 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 15 Nov 2021 00:02:16 -0500 Subject: [PATCH] Oops broke the build --- indra/newview/llappviewerlinux.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llappviewerlinux.h b/indra/newview/llappviewerlinux.h index b6b7338ef6d..17add6f0e42 100644 --- a/indra/newview/llappviewerlinux.h +++ b/indra/newview/llappviewerlinux.h @@ -69,6 +69,8 @@ class LLAppViewerLinux final : public LLAppViewer bool initSLURLHandler() override; bool sendURLToOtherInstance(const std::string& url) override; +private: + bool mSentryInitialized = false; }; #if LL_DBUS_ENABLED -- GitLab