summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit/ArrayList.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NewKit/ArrayList.hpp')
-rw-r--r--Kernel/NewKit/ArrayList.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/NewKit/ArrayList.hpp b/Kernel/NewKit/ArrayList.hpp
index 9afcfcbe..e701f10b 100644
--- a/Kernel/NewKit/ArrayList.hpp
+++ b/Kernel/NewKit/ArrayList.hpp
@@ -8,7 +8,7 @@
#include <NewKit/Defines.hpp>
-namespace NewOS
+namespace Kernel
{
template <typename T>
class ArrayList final
@@ -55,4 +55,4 @@ namespace NewOS
{
return ArrayList<ValueType>{val};
}
-} // namespace NewOS
+} // namespace Kernel