diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-05-31 16:54:05 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-05-31 16:54:05 -0500 | 
| commit | fc7b5549cb6092194d11b8d87600f21992305c1c (patch) | |
| tree | 40ef1776b4abd77405c60d64043f5782dfc3e4be /indra/llmessage/tests | |
| parent | dfa71e2bb59e81de93f626fada6975ae46b01bb6 (diff) | |
SL-17484 Fix for unit tests.  Deprecate non-threaded LLQueuedThread and make lllfsthread threaded.
Diffstat (limited to 'indra/llmessage/tests')
| -rw-r--r-- | indra/llmessage/tests/llcoproceduremanager_test.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llmessage/tests/llcoproceduremanager_test.cpp b/indra/llmessage/tests/llcoproceduremanager_test.cpp index 6424117ef3..78424a28c8 100644 --- a/indra/llmessage/tests/llcoproceduremanager_test.cpp +++ b/indra/llmessage/tests/llcoproceduremanager_test.cpp @@ -48,7 +48,7 @@  #pragma warning(disable: 4702)  #endif -LLCoreHttpUtil::HttpCoroutineAdapter::HttpCoroutineAdapter(std::string const&, unsigned int, unsigned int) +LLCoreHttpUtil::HttpCoroutineAdapter::HttpCoroutineAdapter(std::string const&, unsigned int)  {  } | 
