diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-11-04 16:40:05 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-11-19 14:53:12 -0500 |
commit | 106d52c6ee9b10dd7a7baca3b09a01073c61949d (patch) | |
tree | da019ccfc59fc492d1567cc71d5646bf15fc4d29 /indra/newview/llworld.cpp | |
parent | fdeeb0190eb6fa2d6b39816d14a664f5d38aa4ec (diff) |
SL-16202: Instantiate LLSimpleton::sInstance generically
instead of requiring a separate declaration for each subclass.
The previous way produces errors in clang.
(cherry picked from commit 8458ad8890cf0a11804996210d7bcfbdaa3eec2e)
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 4cb63d0ab8..d5cce6a52a 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -62,8 +62,6 @@ #include <cstring> -LLWorld* LLSimpleton<LLWorld>::sInstance = nullptr; - // // Globals // |