Skip to content
Snippets Groups Projects
Commit bc5d79e0 authored by andreykproductengine's avatar andreykproductengine
Browse files

DRTVWR-493 Test fix for W64

parent 82f259b1
Branches
Tags
No related merge requests found
...@@ -311,7 +311,11 @@ namespace tut ...@@ -311,7 +311,11 @@ namespace tut
virtual void initSingleton() virtual void initSingleton()
{ {
// never mind indirection, just go straight for the circularity // never mind indirection, just go straight for the circularity
(void)instance(); CircularPInit *pt = getInstance();
if (!pt)
{
throw;
}
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment