DRTVWR-489-emoji: less haste. more speed. Missed another test issue. Rebuilt locally with tests and confirmed it works now

master
Callum Prentice 2023-01-26 19:17:21 -08:00
parent 923733e591
commit 6f31fabbc2
1 changed files with 1 additions and 1 deletions

View File

@ -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();