chore(util/thread): mark global as static
This commit is contained in:
parent
d7c3fce8a3
commit
d4ed8baf3c
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
thread_finalizers_manager * g_aux = nullptr;
|
||||
static thread_finalizers_manager * g_aux = nullptr;
|
||||
|
||||
thread_finalizers_manager & get_manager() {
|
||||
if (!g_aux)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue