From 2dc1f3b7d9c927189101dfa550f1cd59e461f55a Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 6 Apr 2018 12:52:39 +0000 Subject: SL-440 Fix coroutine name --- indra/newview/llfloaterreporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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())); } } -- cgit v1.2.3