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

core(logger): complete initialization of logger structures

- for using of logging functions from global destructors

original commit: 99bc35a883
This commit is contained in:
Alexander Alekhin
2020-06-22 09:27:26 +00:00
parent 8e92c704fb
commit 62eece0d7e
+1
View File
@@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
GlobalLoggingInitCall()
{
getGlobalLoggingInitStruct();
(void)getGlobalLogTag(); // complete initialization of logger structures
}
};