diff options
Diffstat (limited to 'indra/newview/llappviewermacosx.h')
-rw-r--r-- | indra/newview/llappviewermacosx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llappviewermacosx.h b/indra/newview/llappviewermacosx.h index 644c2e0551..bddcd31a3e 100644 --- a/indra/newview/llappviewermacosx.h +++ b/indra/newview/llappviewermacosx.h @@ -49,7 +49,8 @@ public: protected: - virtual void handleCrashReporting(); + virtual bool restoreErrorTrap(); + virtual void handleCrashReporting(bool reportFreeze); virtual void handleSyncCrashTrace(); std::string generateSerialNumber(); |