summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/NewKit/Atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/NewKit/Atom.h')
-rw-r--r--dev/kernel/NewKit/Atom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/NewKit/Atom.h b/dev/kernel/NewKit/Atom.h
index 3979b0d1..7c908cba 100644
--- a/dev/kernel/NewKit/Atom.h
+++ b/dev/kernel/NewKit/Atom.h
@@ -7,7 +7,7 @@
#include <NewKit/Defines.h>
-namespace NeOS
+namespace Kernel
{
template <typename T>
class Atom final
@@ -44,4 +44,4 @@ namespace NeOS
private:
T fArrayOfAtoms;
};
-} // namespace NeOS
+} // namespace Kernel