DRTVWR-493 Test fix for W64
parent
82f259b133
commit
bc5d79e06e
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue