diff options
author | Baker Linden <baker@lindenlab.com> | 2014-04-08 11:44:31 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2014-04-08 11:44:31 -0700 |
commit | c02d80f403efed88b464619c91a165be7c7b88d9 (patch) | |
tree | 56cdc165698fd29acfad72424b593c9d3e9511c2 /indra/newview/llappviewerlinux.h | |
parent | 29ef25f7ba0cfe229d7b91eb8481f6ef1eeb6f8e (diff) | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
merge viewer-release
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); |