1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #17617 from alalek:fix_logger_initialization

This commit is contained in:
Alexander Alekhin
2020-06-22 11:33:35 +00:00
+1
View File
@@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
GlobalLoggingInitCall()
{
getGlobalLoggingInitStruct();
(void)getGlobalLogTag(); // complete initialization of logger structures
}
};