Commit 6a0d3b06 authored by Pavel Vlasov's avatar Pavel Vlasov

IPPInitSingelton initialization guards;

parent e837d69f
...@@ -1344,8 +1344,7 @@ public: ...@@ -1344,8 +1344,7 @@ public:
static IPPInitSingelton& getIPPSingelton() static IPPInitSingelton& getIPPSingelton()
{ {
static IPPInitSingelton sing; CV_SINGLETON_LAZY_INIT_REF(IPPInitSingelton, new IPPInitSingelton())
return sing;
} }
int getIppFeatures() int getIppFeatures()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment