aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewermacosx.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewermacosx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewermacosx.h b/linden/indra/newview/llappviewermacosx.h
index 0d8c460..85193a8 100644
--- a/linden/indra/newview/llappviewermacosx.h
+++ b/linden/indra/newview/llappviewermacosx.h
@@ -49,7 +49,8 @@ public:
49 49
50 50
51protected: 51protected:
52 virtual void handleCrashReporting(); 52 virtual bool restoreErrorTrap();
53 virtual void handleCrashReporting(bool reportFreeze);
53 virtual void handleSyncCrashTrace(); 54 virtual void handleSyncCrashTrace();
54 55
55 std::string generateSerialNumber(); 56 std::string generateSerialNumber();