diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-07-20 03:02:05 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2021-07-20 03:02:05 +0300 |
commit | b388191062aec4cc1121b69e72c0cad856509b4d (patch) | |
tree | 2719dcc17f3a54136c932f1310287f58e1b33352 | |
parent | 6c8e6f033b6c94c9f8d6ceb5b0375665a50a69af (diff) |
DRTVWR-521 post-merge build fix
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9dc02fa641..2cc8375541 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2252,7 +2252,7 @@ void LLAppViewer::initLoggingAndGetLastDuration() LLError::initForApplication( gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "") ,gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "") ); - LLError::setFatalFunction(errorCallback); + LLError::addGenericRecorder(&errorCallback); //LLError::setTimeFunction(getRuntime); |