summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.h
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-03-08 08:09:11 -0800
committerGlenn Glazer <coyot@lindenlab.com>2016-03-08 08:09:11 -0800
commit442c4842ab3cbdea8726ec425c55102caaa2033a (patch)
tree8d4eb73a0dc7b2738d81ad360a621f2bc71231c2 /indra/llcrashlogger/llcrashlogger.h
parentaca314de1f74bc4cab06dfc4b99e6604213b22b5 (diff)
maint-5974/maint-5422: viewer changes for new crash reporting, remove no send logic
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.h')
-rwxr-xr-xindra/llcrashlogger/llcrashlogger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.h b/indra/llcrashlogger/llcrashlogger.h
index b8a007f2be..7defe6b8f9 100755
--- a/indra/llcrashlogger/llcrashlogger.h
+++ b/indra/llcrashlogger/llcrashlogger.h
@@ -45,7 +45,7 @@ class LLCrashLogger : public LLApp
public:
LLCrashLogger();
virtual ~LLCrashLogger();
- S32 loadCrashBehaviorSetting();
+ std::string loadCrashURLSetting();
bool readFromXML(LLSD& dest, const std::string& filename );
void gatherFiles();
void mergeLogs( LLSD src_sd );