Skip to content
Snippets Groups Projects
Commit c50db833 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: Fix merge glitch.

parent 5689b311
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class LLSingletonBase::MasterList:
// 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<LLSingletonBase::list_t> mInitializing;
LLCoros::local_ptr<list_t> mInitializing;
public:
// Instantiate this to obtain a reference to the coroutine-specific
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment