Skip to content
Snippets Groups Projects
Commit ac2acc3b authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Oops broke the build

parent 00c5475a
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,8 @@ class LLAppViewerLinux final : public LLAppViewer ...@@ -69,6 +69,8 @@ class LLAppViewerLinux final : public LLAppViewer
bool initSLURLHandler() override; bool initSLURLHandler() override;
bool sendURLToOtherInstance(const std::string& url) override; bool sendURLToOtherInstance(const std::string& url) override;
private:
bool mSentryInitialized = false;
}; };
#if LL_DBUS_ENABLED #if LL_DBUS_ENABLED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment