DRTVWR-493 Test fix for W64

meow-7.2.2
andreykproductengine 2019-08-13 21:46:12 +03:00
parent 82f259b133
commit bc5d79e06e
1 changed files with 5 additions and 1 deletions

View File

@ -311,7 +311,11 @@ namespace tut
virtual void initSingleton()
{
// never mind indirection, just go straight for the circularity
(void)instance();
CircularPInit *pt = getInstance();
if (!pt)
{
throw;
}
}
};