diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-05-31 14:21:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 14:21:54 +0200 |
| commit | 897a02bb75ec759f1052fc54332441c12da83cb8 (patch) | |
| tree | 64c766466f94f050cf32e7fee1c2f7d6834362d5 /src/common/Threading/Threading.h | |
| parent | 7eeae6866e70456b6d4806d62fac4d27fbf5c3c7 (diff) | |
refactor(Core/Misc): acore to Acore (#6043)
Diffstat (limited to 'src/common/Threading/Threading.h')
| -rw-r--r-- | src/common/Threading/Threading.h | 2 |
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 { |
