mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #18522 from alalek:fix_18152
This commit is contained in:
@@ -94,8 +94,7 @@ LogLevel GlobalLoggingInitStruct::m_defaultUnconfiguredGlobalLevel = GlobalLoggi
|
||||
//
|
||||
static GlobalLoggingInitStruct& getGlobalLoggingInitStruct()
|
||||
{
|
||||
static GlobalLoggingInitStruct globalLoggingInitInstance;
|
||||
return globalLoggingInitInstance;
|
||||
CV_SINGLETON_LAZY_INIT_REF(GlobalLoggingInitStruct, new GlobalLoggingInitStruct());
|
||||
}
|
||||
|
||||
// To ensure that the combined struct defined above is initialized even
|
||||
|
||||
Reference in New Issue
Block a user