mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
refactor(Core): rename namespaces and macros to acore (#2454)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <chrono>
|
||||
#include <system_error>
|
||||
|
||||
using namespace ACORE;
|
||||
using namespace acore;
|
||||
|
||||
Thread::Thread() : m_task(nullptr), m_iThreadId(), m_ThreadImp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user