summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/HError.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/HError.cxx')
-rw-r--r--Kernel/Sources/HError.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/HError.cxx b/Kernel/Sources/HError.cxx
index 39915f65..23d63953 100644
--- a/Kernel/Sources/HError.cxx
+++ b/Kernel/Sources/HError.cxx
@@ -7,7 +7,7 @@
#include <KernelKit/HError.hpp>
#include <NewKit/KernelCheck.hpp>
-namespace NewOS
+namespace Kernel
{
STATIC Bool cRaise = false;
@@ -29,4 +29,4 @@ namespace NewOS
if (!cRaise)
cRaise = true;
}
-} // namespace NewOS
+} // namespace Kernel