diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-01-26 19:17:21 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-01-26 19:17:21 -0800 |
commit | 6f31fabbc2d082b77c8f09bce30234ec9c506e33 (patch) | |
tree | df561d5fa6e5513e450e8dbdca64cc224c13ad65 /indra/llcommon | |
parent | 923733e591eb547ad5dfec395ce7d3e8f0468c16 (diff) |
DRTVWR-489-emoji: less haste. more speed. Missed another test issue. Rebuilt locally with tests and confirmed it works now
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/tests/llsingleton_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llsingleton_test.cpp b/indra/llcommon/tests/llsingleton_test.cpp index 49cf76b07e..6f8aaaa0cb 100644 --- a/indra/llcommon/tests/llsingleton_test.cpp +++ b/indra/llcommon/tests/llsingleton_test.cpp @@ -300,7 +300,7 @@ namespace tut { LLSINGLETON_EMPTY_CTOR(CircularPInit); public: - virtual void initSingleton() + virtual void initSingleton() override { // never mind indirection, just go straight for the circularity CircularPInit *pt = getInstance(); |