diff options
author | Aura Linden <aura@lindenlab.com> | 2014-04-14 15:11:42 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-04-14 15:11:42 -0700 |
commit | e5dae42252432d5a6d4453a767b1c3a9508deb32 (patch) | |
tree | de9639a8cdd60895ca6a051f17ae7ba8beabee17 /indra/llcommon/llapp.h | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
Fix for MAINT-5707 bad breakpad behavior with teleport links
Diffstat (limited to 'indra/llcommon/llapp.h')
-rwxr-xr-x | indra/llcommon/llapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llapp.h b/indra/llcommon/llapp.h index 828965b1fa..3f7bf2ca47 100755 --- a/indra/llcommon/llapp.h +++ b/indra/llcommon/llapp.h @@ -214,7 +214,7 @@ public: * DO NOT call this method if your application has specialized * error handling code. */ - void setupErrorHandling(); + void setupErrorHandling(bool mSecondInstance=false); void setErrorHandler(LLAppErrorHandler handler); static void runErrorHandler(); // run shortly after we detect an error, ran in the relatively robust context of the LLErrorThread - preferred. |