diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2021-04-23 15:08:50 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2021-04-23 15:08:50 +0300 |
commit | ae11dfe1a3a67d0a100d47e1e667d8fc36b9ef83 (patch) | |
tree | ecbc65b6c6d634712ce842810a2ac408991bf031 /indra/newview | |
parent | 3623e6eb8aa7d277c4aa5f2e14c5c7982128435e (diff) |
build fix
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewermacosx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp index 662164af2d..10d7dc69a4 100644 --- a/indra/newview/llappviewermacosx.cpp +++ b/indra/newview/llappviewermacosx.cpp @@ -243,11 +243,11 @@ bool LLAppViewerMacOSX::init() bool success = LLAppViewer::init(); #if LL_SEND_CRASH_REPORTS - if (success) + /*if (success) { LLAppViewer* pApp = LLAppViewer::instance(); pApp->initCrashReporting(); - } + }*/ #endif return success; |