summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2021-04-23 15:08:50 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2021-04-23 15:08:50 +0300
commitae11dfe1a3a67d0a100d47e1e667d8fc36b9ef83 (patch)
treeecbc65b6c6d634712ce842810a2ac408991bf031 /indra/newview
parent3623e6eb8aa7d277c4aa5f2e14c5c7982128435e (diff)
build fix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewermacosx.cpp4
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;