diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-11-04 16:40:05 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-11-04 16:40:05 -0400 |
commit | 8458ad8890cf0a11804996210d7bcfbdaa3eec2e (patch) | |
tree | f4d748b54657f81893e9ccc1d974129cbcca3ff2 /indra/newview/llworld.cpp | |
parent | 7a5b92199598be0fc5a2702d071afda06e6ae59f (diff) |
SL-16202: Instantiate LLSimpleton::sInstance generically
instead of requiring a separate declaration for each subclass.
The previous way produces errors in clang.
Diffstat (limited to 'indra/newview/llworld.cpp')
-rw-r--r-- | indra/newview/llworld.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index 0a8457eb2c..5f62908009 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -62,8 +62,6 @@ #include <cstring> -LLWorld* LLSimpleton<LLWorld>::sInstance = nullptr; - // // Globals // |