Don't use global (external) symbols for symbols that are used in only one translation unit

This commit is contained in:
practicalswift
2019-05-26 11:01:58 +02:00
parent 03858b23fe
commit 0959d37e3e
4 changed files with 10 additions and 7 deletions

View File

@@ -2287,8 +2287,8 @@ public:
WSACleanup();
#endif
}
}
instance_of_cnetcleanup;
};
static CNetCleanup instance_of_cnetcleanup;
void CConnman::Interrupt()
{