summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit/Ref.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NewKit/Ref.hpp')
-rw-r--r--Kernel/NewKit/Ref.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/NewKit/Ref.hpp b/Kernel/NewKit/Ref.hpp
index 5f942baf..0d5550fa 100644
--- a/Kernel/NewKit/Ref.hpp
+++ b/Kernel/NewKit/Ref.hpp
@@ -10,7 +10,7 @@
#include <NewKit/Defines.hpp>
#include <NewKit/KernelCheck.hpp>
-namespace NewOS
+namespace Kernel
{
template <typename T>
class Ref final
@@ -86,4 +86,4 @@ namespace NewOS
private:
Ref<T> fRef{nullptr};
};
-} // namespace NewOS
+} // namespace Kernel