From c50db833656c424bb398cd91a46f478ca8b72b23 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 13 Dec 2019 14:12:42 -0500 Subject: DRTVWR-476: Fix merge glitch. --- indra/llcommon/llsingleton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcommon/llsingleton.cpp') diff --git a/indra/llcommon/llsingleton.cpp b/indra/llcommon/llsingleton.cpp index 2439a6b5fd..9846031512 100644 --- a/indra/llcommon/llsingleton.cpp +++ b/indra/llcommon/llsingleton.cpp @@ -117,7 +117,7 @@ private: // stack for every running coroutine. Therefore this stack must be based // on a coroutine-local pointer. // This local_ptr isn't static because it's a member of an LLSingleton. - LLCoros::local_ptr mInitializing; + LLCoros::local_ptr mInitializing; public: // Instantiate this to obtain a reference to the coroutine-specific -- cgit v1.2.3