diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-08-17 11:41:12 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-08-17 11:41:12 -0400 |
commit | e72bdc9bc5895267f77bf3eac8d68f82f5e2806b (patch) | |
tree | bb86f9ae3e199a994ec5e2255d9af0de3fa17c95 /indra/llcrashlogger/llcrashlogger.h | |
parent | 4fb100ac7a33174883184f1320d0beac08ead3a7 (diff) | |
parent | 5e9d2f57c82a57307a48afea09aa539b9fa80abf (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.h')
-rw-r--r-- | indra/llcrashlogger/llcrashlogger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.h b/indra/llcrashlogger/llcrashlogger.h index 8b4afae24a..56e26c23ba 100644 --- a/indra/llcrashlogger/llcrashlogger.h +++ b/indra/llcrashlogger/llcrashlogger.h @@ -57,7 +57,7 @@ public: LLSD constructPostData(); virtual void updateApplication(const std::string& message = LLStringUtil::null); virtual bool init(); - virtual bool mainLoop() = 0; + virtual bool frame() = 0; virtual bool cleanup() = 0; void commonCleanup(); void setUserText(const std::string& text) { mCrashInfo["UserNotes"] = text; } |