summaryrefslogtreecommitdiff
path: root/src/common/Threading/Threading.h
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-31 14:21:54 +0200
committerGitHub <noreply@github.com>2021-05-31 14:21:54 +0200
commit897a02bb75ec759f1052fc54332441c12da83cb8 (patch)
tree64c766466f94f050cf32e7fee1c2f7d6834362d5 /src/common/Threading/Threading.h
parent7eeae6866e70456b6d4806d62fac4d27fbf5c3c7 (diff)
refactor(Core/Misc): acore to Acore (#6043)
Diffstat (limited to 'src/common/Threading/Threading.h')
-rw-r--r--src/common/Threading/Threading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Threading/Threading.h b/src/common/Threading/Threading.h
index 448c1cc663..e2e0922aaa 100644
--- a/src/common/Threading/Threading.h
+++ b/src/common/Threading/Threading.h
@@ -10,7 +10,7 @@
#include <thread>
#include <atomic>
-namespace acore
+namespace Acore
{
class Runnable
{