diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-04-06 12:52:39 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-04-06 12:52:39 +0000 |
commit | 2dc1f3b7d9c927189101dfa550f1cd59e461f55a (patch) | |
tree | b62b0fe4b2fe7d9b2daff575e14d4873393aa3a0 /indra | |
parent | 73b75639eda39698790a26ac0f0716fef9a1610c (diff) |
SL-440 Fix coroutine name
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterreporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterreporter.cpp b/indra/newview/llfloaterreporter.cpp index 26e2470494..d94bf3f651 100644 --- a/indra/newview/llfloaterreporter.cpp +++ b/indra/newview/llfloaterreporter.cpp @@ -228,7 +228,7 @@ BOOL LLFloaterReporter::postBuild() cap_url += "?lc="; cap_url += lang; } - LLCoros::instance().launch("LLIMProcessing::requestOfflineMessagesCoro", + LLCoros::instance().launch("LLFloaterReporter::requestAbuseCategoriesCoro", boost::bind(LLFloaterReporter::requestAbuseCategoriesCoro, cap_url, this->getHandle())); } } |