diff options
author | simon <none@none> | 2014-04-07 14:31:36 -0700 |
---|---|---|
committer | simon <none@none> | 2014-04-07 14:31:36 -0700 |
commit | 45651fda5a9b0ace8ef580751304b704a7fd9152 (patch) | |
tree | 3130f25613f1d829a35f15757898ce2a98aadb64 /indra/newview/llappviewerlinux.h | |
parent | 436332627021dbd82c1a98b2bfb97fdf6337234d (diff) | |
parent | c9620e24d32a08ee79486d5ecc4085731432a0a6 (diff) |
Merge downstream code
Diffstat (limited to 'indra/newview/llappviewerlinux.h')
-rwxr-xr-x | indra/newview/llappviewerlinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerlinux.h b/indra/newview/llappviewerlinux.h index fb77600c10..0289c43043 100755 --- a/indra/newview/llappviewerlinux.h +++ b/indra/newview/llappviewerlinux.h @@ -61,7 +61,7 @@ protected: virtual bool beingDebugged(); virtual bool restoreErrorTrap(); - virtual void handleCrashReporting(bool reportFreeze); + virtual void initCrashReporting(bool reportFreeze); virtual void initLoggingAndGetLastDuration(); virtual bool initParseCommandLine(LLCommandLineParser& clp); |