diff options
author | Viste <viste02@gmail.com> | 2019-12-01 15:13:31 +0300 |
---|---|---|
committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-12-01 13:13:31 +0100 |
commit | e22d78ecd6997bc11f8620b759364f119dac431a (patch) | |
tree | 42d8a3ddc03ddc7bc50f8ed024ac20b487d08b40 /src/common/Threading/Threading.cpp | |
parent | e19e95e5d0c65f1b1e5a0725ee446af9958deb40 (diff) |
refactor(Core): rename namespaces and macros to acore (#2454)
Diffstat (limited to 'src/common/Threading/Threading.cpp')
-rw-r--r-- | src/common/Threading/Threading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Threading/Threading.cpp b/src/common/Threading/Threading.cpp index d954ba3ec6..9eb40d7fae 100644 --- a/src/common/Threading/Threading.cpp +++ b/src/common/Threading/Threading.cpp @@ -10,7 +10,7 @@ #include <chrono> #include <system_error> -using namespace ACORE; +using namespace acore; Thread::Thread() : m_task(nullptr), m_iThreadId(), m_ThreadImp() { |